What does this error mean. Python and GCC

Bernt Hansson bah at bananmonarki.se
Thu Mar 19 05:32:20 UTC 2015


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.


More information about the freebsd-questions mailing list