Re: [Python-Dev] Problems compiling Python 2.3.3 on Solaris 10 with gcc 3.4.1

2004-12-16 Thread Guido van Rossum
If this still occurs with Python 2.3.4 or 2.4, please file a bug so it can be fixed (python-dev isn't a good place to remember fixes). On Thu, 16 Dec 2004 14:03:55 +0100, Eirik Mikkelsen <[EMAIL PROTECTED]> wrote: > On Thu, 2004-12-16 at 12:30 +, Johan Carlstedt wrote: > > Hello, > > > > I am

Re: [Python-Dev] Problems compiling Python 2.3.3 on Solaris 10 with gcc 3.4.1

2004-12-16 Thread Eirik Mikkelsen
On Thu, 2004-12-16 at 12:30 +, Johan Carlstedt wrote: > Hello, > > I am having problems compiling Python 2.3.3 on Solaris 10 X86 using gcc > 3.4.1. The error message below is generated. > [SNIP] > Objects/complexobject.c > Objects/complexobject.c: In function `complex_pow': > Objects/complexo

[Python-Dev] Problems compiling Python 2.3.3 on Solaris 10 with gcc 3.4.1

2004-12-16 Thread Johan Carlstedt
Hello, I am having problems compiling Python 2.3.3 on Solaris 10 X86 using gcc 3.4.1. The error message below is generated. I would be grateful for any advice. With friendly regards, Johan Carlstedt # make gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. - I./Include