(original) (raw)


Hi all,

I am trying to build python 3 on mac and build failing with following error can somebody help me with this



$ hg clone http://hg.python.org/cpython


$ ./configure
$ make

gcc -framework CoreFoundation -o python.exe Modules/python.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(43296) malloc: \*\*\* mmap(size=7310873954244194304) failed (error code=12)
\*\*\* error: can't allocate region
\*\*\* set a breakpoint in malloc\_error\_break to debug
make: \*\*\* \[Lib/\_sysconfigdata.py\] Segmentation fault: 11
make: \*\*\* Deleting file \`Lib/\_sysconfigdata.py'




;)