Date: Thu, 19 Mar 2015 06:32:07 +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: <550A5F57.5010402@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 Thank you. I'll try that. Yes. Building from ports.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?550A5F57.5010402>