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 eric.araujo
Recipients eric.araujo, nils, tarek, vstinner, zegreek
Date 2010-11-19.16:49:57
SpamBayes Score 1.3987104e-06
Marked as misclassified No
Message-id <1290185398.71.0.331858351861.issue6011@psf.upfronthosting.co.za>
In-reply-to
Content
My build error seems actually unrelated to encoding issues.  Working directory is ASCII-only, locale is UTF-8.

$ ./configure --with-pydebug
[snip]
$ make
[snip]
ranlib libpython3.2dm.a
gcc -pthread   -Xlinker -export-dynamic -o python Modules/python.o libpython3.2dm.a -lpthread -ldl  -lutil   -lm  
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Segmentation fault
make: *** [sharedmods] Erreur 139
History
Date User Action Args
2010-11-19 16:49:58eric.araujosetrecipients: + eric.araujo, vstinner, tarek, zegreek, nils
2010-11-19 16:49:58eric.araujosetmessageid: <1290185398.71.0.331858351861.issue6011@psf.upfronthosting.co.za>
2010-11-19 16:49:57eric.araujolinkissue6011 messages
2010-11-19 16:49:57eric.araujocreate