*Before edit:* LDFLAGS+= -shared
*After edit:* LDFLAGS+= -shared -Wl,-rpath=/usr/local/lib/gcc48
---
Bob Carr
Houghton, Michigan
carr...@gmail.com
> To unsubscribe, send any mail to "freebsd-questions-
> unsub...@freebsd.org"
Thank you. I'll try that. Yes. Building from ports.
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
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2014-March/275149.html
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
>
>
>> ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by
>> /usr/local/lib/gcc48/libgfortran.so.3 not found
>>
>> What does it mean, is it meaningful for any of you?
>>
>> Flatcam is here http://www.flatcam.org/
>> _______________________________________________
>> freebsd-...@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-
>> unsub...@freebsd.org"