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
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
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
>
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
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
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
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