Message 121551 - Python tracker
Message121551
| 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:58 | eric.araujo | set | recipients: + eric.araujo, vstinner, tarek, zegreek, nils |
| 2010-11-19 16:49:58 | eric.araujo | set | messageid: <1290185398.71.0.331858351861.issue6011@psf.upfronthosting.co.za> |
| 2010-11-19 16:49:57 | eric.araujo | link | issue6011 messages |
| 2010-11-19 16:49:57 | eric.araujo | create | |