Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2015 06:56:03 +0100
From:      Bernt Hansson <bah@bananmonarki.se>
To:        bob carr <carr.bob@gmail.com>
Cc:        freeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: What does this error mean. Python and GCC
Message-ID:  <550A64F3.7000300@bananmonarki.se>
In-Reply-To: <CAE5HyBm16y9EQ0ijmHWvCeH77QeOzG9_4rRD1987C1io0vDirw@mail.gmail.com>
References:  <55074389.8040300@bananmonarki.se> <CAE5HyBm16y9EQ0ijmHWvCeH77QeOzG9_4rRD1987C1io0vDirw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2015-03-18 17:59, bob carr wrote:
> Are you building math/py-numpy from Ports?  If so, you might resolve the
> error by  modifying the Makefile -  adding to the LDFLAGS+= entry the
> string '-Wl,-rpath=/usr/local/lib/gcc48'.
>
> *Before edit:*  LDFLAGS+=       -shared
>
> ​*After edit:* ​LDFLAGS+=       -shared -Wl,-rpath=/usr/local/lib/gcc48

Same error as before.
ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by 
/usr/local/lib/gcc48/libgfortran.so.3 not found



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?550A64F3.7000300>