Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2013 17:00:02 GMT
From:      Ryan Lortie <desrt@desrt.ca>
To:        freebsd-bugs@FreeBSD.org
Subject:   re: misc/185071: python3-config --ldflags returning bad values (no -L/usr/local/lib)
Message-ID:  <201312211700.rBLH02u3039299@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/185071; it has been noted by GNATS.

From: Ryan Lortie <desrt@desrt.ca>
To: bug-followup@FreeBSD.org
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



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