[issue14981] 3.3.0a4 compilation fails von MacOS Lion /10.7.4

2012-06-01 Thread Andreas Jung
New submission from Andreas Jung aj...@users.sourceforge.net: 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

[issue14981] 3.3.0a4 compilation fails von MacOS Lion /10.7.4

2012-06-01 Thread Andreas Jung
Changes by Andreas Jung aj...@users.sourceforge.net: -- type: - compile error ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14981 ___ ___

[issue14981] 3.3.0a4 compilation fails von MacOS Lion /10.7.4

2012-06-01 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- assignee: - ronaldoussoren components: +Macintosh nosy: +ronaldoussoren versions: +Python 3.3 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14981

[issue14981] 3.3.0a4 compilation fails von MacOS Lion /10.7.4

2012-06-01 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- assignee: ronaldoussoren - nobody nosy: +ned.deily, nobody ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14981 ___

[issue14981] 3.3.0a4 compilation fails von MacOS Lion /10.7.4

2012-06-01 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: Dupe of #13241. Apple's llvm-gcc is broken, please use clang instead (CC=clang ./configure). -- nosy: +hynek resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - llvm-gcc-4.2 miscompiles Python (XCode

[issue14981] 3.3.0a4 compilation fails von MacOS Lion /10.7.4

2012-06-01 Thread Ned Deily
Ned Deily n...@acm.org added the comment: This is a known issue with using Apple's llvm-gcc compiler. Make sure you've installed either the latest version of Xcode for OS X 10.7 (currently Xcode 4.3.x) and install the optional Command Line Tools component (Xcode - Preferences - Downloads -