Date: Sun, 11 Jan 2009 12:11:10 +0100 From: Michel Talon <talon@lpthe.jussieu.fr> To: freebsd-ports@freebsd.org Subject: Re: numerous gcc installations Message-ID: <20090111111110.GA53315@lpthe.jussieu.fr>
next in thread | raw e-mail | index | archive | help
Nikolaj Thygesen wrote: > Could anyone please explain to me whether it's really required to >have two extra versions of gcc installed. I Recently upgraded >"py25-numpy", which in turn pulled in "gcc-4.2.5_20081126" as a >dependency. A few days ago "blas" refused to compile because: This occurred to me recently. Fortunately you can find precompiled blas, scipy and numpy (pkg_add -r py-numpy works). But i was out of luck with matplotlib, which required pkg_adding gcc-42 and then compiling tons of stuff. One of them (agg, i think, requires DISPLAY to be set and accessible in the configure script !!!) hence breaks the build for matplotlib. -- Michel TALON
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090111111110.GA53315>