[Flightgear-devel] SimGear/matlib.cxx: problem with gcc-3.3 and PowerPC

2003-11-10 Thread Olivier ABILLON
On a PowerPC platform (iMac) the gnu compiler gcc-3.3 (from Xcode) creates a bad object file when optimisation are turned on. This causes FlightGear to crash at startup. There is no problem when optimisations are off (-O0) for this file. I didn't found such a problem on another file. Olivier A.

Re: [Flightgear-devel] SimGear/matlib.cxx: problem with gcc-3.3 and PowerPC

2003-11-10 Thread James Turner
On 10 Nov 2003, at 13:38, Olivier ABILLON wrote: On a PowerPC platform (iMac) the gnu compiler gcc-3.3 (from Xcode) creates a bad object file when optimisation are turned on. This causes FlightGear to crash at startup. There is no problem when optimisations are off (-O0) for this file. I didn't

Re: [Flightgear-devel] SimGear/matlib.cxx: problem with gcc-3.3 and

2003-11-10 Thread Martin Spott
Olivier ABILLON [EMAIL PROTECTED] wrote: On a PowerPC platform (iMac) the gnu compiler gcc-3.3 (from Xcode) creates a bad object file when optimisation are turned on. Ah, I got some broken binaries on RS6k/AIX-5.1 using GCC and '-O3' '-O1' should work on most platforms - at least it