Message162082
| Author |
ajung |
| Recipients |
ajung |
| Date |
2012年06月01日.17:27:29 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1338571651.03.0.551687770789.issue14981@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
ranlib: file: libpython3.3m.a(dynamic_annotations.o) has no symbols
ranlib: file: libpython3.3m.a(pymath.o) has no symbols
gcc -framework CoreFoundation -o python.exe Modules/python.o libpython3.3m.a -ldl -framework CoreFoundation
gcc -framework CoreFoundation -o Modules/_testembed Modules/_testembed.o libpython3.3m.a -ldl -framework CoreFoundation
./python.exe -SE -m sysconfig --generate-posix-vars
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
python.exe(41191) malloc: *** mmap(size=7310873954244194304) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
Could not import runpy module
make: *** [Lib/_sysconfigdata.py] Segmentation fault: 11 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年06月01日 17:27:31 | ajung | set | recipients:
+ ajung |
| 2012年06月01日 17:27:31 | ajung | set | messageid: <1338571651.03.0.551687770789.issue14981@psf.upfronthosting.co.za> |
| 2012年06月01日 17:27:30 | ajung | link | issue14981 messages |
| 2012年06月01日 17:27:29 | ajung | create |
|