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 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:31ajungsetrecipients: + ajung
2012-06-01 17:27:31ajungsetmessageid: <1338571651.03.0.551687770789.issue14981@psf.upfronthosting.co.za>
2012-06-01 17:27:30ajunglinkissue14981 messages
2012-06-01 17:27:29ajungcreate