This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author creachadair
Recipients creachadair
Date 2009-04-21.16:01:44
SpamBayes Score 2.8723211e-06
Marked as misclassified No
Message-id <1240329712.27.0.0341104214309.issue5809@psf.upfronthosting.co.za>
In-reply-to
Content
Checkout:
<http://svn.python.org/projects/python/tags/r262>

Configure:
env CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" sh 
./configure --enable-framework --enable-shared --enable-readline

Build:
make

The configuration step completes successfully, and the build proceeds; 
however, the following error occurs:

gcc -L/opt/local/lib -u _PyMac_Error 
Python.framework/Versions/2.6/Python -o python.exe \
                Modules/python.o \
                -L. -lpython2.6 -ldl      

This appears to be a problem in the definition of the LINKFORSHARED 
variable in the Makefile, but I am not sure what the intended meaning of 
that variable is, so I'm not sure what the fix should be.

A complete make trace is attached.
History
Date User Action Args
2009-04-21 16:01:52creachadairsetrecipients: + creachadair
2009-04-21 16:01:52creachadairsetmessageid: <1240329712.27.0.0341104214309.issue5809@psf.upfronthosting.co.za>
2009-04-21 16:01:50creachadairlinkissue5809 messages
2009-04-21 16:01:49creachadaircreate