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

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


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 found such a problem on another file.

That explains a lot . can we do a #pragma optimization level 0 in 
the file, or is it only CodeWarrior that supports such options?

HH
James
___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel