[MacPorts] #18848: python26 : no dynamic library built
MacPorts
noreply at macports.org
Wed Mar 18 13:16:13 PDT 2009
#18848: python26 : no dynamic library built
---------------------------------+------------------------------------------
Reporter: neric27@… | Owner: blb@…
Type: defect | Status: closed
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.7.0
Resolution: fixed | Keywords:
Port: python26 |
---------------------------------+------------------------------------------
Comment(by blb@…):
Note that you can also use the -L... -l... method, if you use what
python2.6-config tells you (which is what was fixed in r48182):
{{{
$ python2.6-config --ldflags
-L/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config
-ldl -lpython2.6
}}}
which, when all is said and done, ends up causing whatever was being built
to be linked against the framework.
Note that my attempt at building samba4 alpha7 appeared to respect what
python2.6-config said, but I'm not sure how well since it didn't get to
the parts using python before it failed.
--
Ticket URL: <http://trac.macports.org/ticket/18848#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list