Re: [Python-Dev] python build failed on mac

2012-01-22 Thread Michael Foord
On 22 Jan 2012, at 17:43, Łukasz Langa wrote: > Wiadomość napisana przez Michael Foord w dniu 22 sty 2012, o godz. 14:14: > >> ./configure CC=gcc-4.2 --prefix=/dev/null --with-pydebug > > Why the phony prefix? Heh, it's what I've always done - I think copied from other developers. The

Re: [Python-Dev] python build failed on mac

2012-01-22 Thread Łukasz Langa
Wiadomość napisana przez Michael Foord w dniu 22 sty 2012, o godz. 14:14: > ./configure CC=gcc-4.2 --prefix=/dev/null --with-pydebug Why the phony prefix? -- Best regards, Łukasz Langa Senior Systems Architecture Engineer IT Infrastructure Department Grupa Allegro Sp. z o.o. Pomyśl o śr

Re: [Python-Dev] python build failed on mac

2012-01-22 Thread Michael Foord
On 21 Jan 2012, at 20:24, Vijay Majagaonkar wrote: > > On 2012-01-21, at 1:57 PM, Hynek Schlawack wrote: > >> Am Freitag, 20. Januar 2012 um 23:40 schrieb Vijay Majagaonkar: > I am trying to build python 3 on mac and build failing with following > error can somebody help me with this >

Re: [Python-Dev] python build failed on mac

2012-01-21 Thread Hynek Schlawack
Am Freitag, 20. Januar 2012 um 23:40 schrieb Vijay Majagaonkar: > > > I am trying to build python 3 on mac and build failing with following > > > error can somebody help me with this > > > > It is a known bug that Apple's latest gcc-llvm (that comes with Xcode 4.1 > > by default as gcc) miscompi

Re: [Python-Dev] python build failed on mac

2012-01-20 Thread Vijay Majagaonkar
On 2012-01-20, at 4:29 AM, Hynek Schlawack wrote: > Hello Vijay > > > Am Freitag, 20. Januar 2012 um 00:56 schrieb Vijay N. Majagaonkar: > >> I am trying to build python 3 on mac and build failing with following error >> can somebody help me with this > It is a known bug that Apple's latest

Re: [Python-Dev] python build failed on mac

2012-01-20 Thread Hynek Schlawack
Hello Vijay Am Freitag, 20. Januar 2012 um 00:56 schrieb Vijay N. Majagaonkar: > I am trying to build python 3 on mac and build failing with following error > can somebody help me with this It is a known bug that Apple's latest gcc-llvm (that comes with Xcode 4.1 by default as gcc) miscompile

[Python-Dev] python build failed on mac

2012-01-19 Thread Vijay N. Majagaonkar
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 ./pyt