The following reply was made to PR misc/185071; it has been noted by GNATS.
From: Ryan Lortie <[email protected]> To: [email protected] Cc: Subject: re: misc/185071: python3-config --ldflags returning bad values (no -L/usr/local/lib) Date: Sat, 21 Dec 2013 11:58:42 -0500 I think the problem is actually just a missing symlink from the package: python2 has /usr/local/lib/python2.7/config/libpython2.7.so -> /usr/local/lib/libpython2.7.so Adding a similar link for python3 fixes the issue for me: /usr/local/lib/python3.3/config-3.3m/libpython3.3m.so -> /usr/local/lib/libpython3.3m.so _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
