Re: Problem when using optimization on aix 5.2 and gcc 4.1.1

2007-05-23 Thread CyberGuy
/../../../libstdc++.a This is the unthreaded version I was using initially... -- View this message in context: http://www.nabble.com/Problem-when-using-optimization-on-aix-5.2-and-gcc-4.1.1-tf3791592.html#a10768690 Sent from the gcc - Dev mailing list

Re: Problem when using optimization on aix 5.2 and gcc 4.1.1

2007-05-21 Thread Robert Dewar
Thomas Mittelstaedt wrote: Hello, We have a large app with a lot of static libraries in it (and I mean a lot, about 20) and it compiles and links successfully. If I compile it without optimiztion turned on (-O2 or some more subtle with -O and others), the program also runs. With optimizatio

Re: Problem when using optimization on aix 5.2 and gcc 4.1.1

2007-05-21 Thread Joe Buck
On Mon, May 21, 2007 at 07:06:47PM +0200, Thomas Mittelstaedt wrote: > Hello, > > We have a large app with a lot of static libraries in it (and I mean a > lot, about 20) and it compiles and links successfully. If I compile it > without optimiztion turned on > (-O2 or some more subtle with -O a

Problem when using optimization on aix 5.2 and gcc 4.1.1

2007-05-21 Thread Thomas Mittelstaedt
Hello, We have a large app with a lot of static libraries in it (and I mean a lot, about 20) and it compiles and links successfully. If I compile it without optimiztion turned on (-O2 or some more subtle with -O and others), the program also runs. With optimizations, though, the program woul