shreeganesh ramanan wrote: > If the -g option is removed, everything compiles ok. But when fgfs is run, > it remains silent for sometime and then core dumps with a Segfault. > > The IRIX we use is IRIX 6.5.12f on an O2 SGI machine > The compiler is GCC 2.95.3 > > Can anybody explain how this can be solved ?
This is probably because of incompatibillities between gcc and libGLU. You should grab the OpenGL sample implementation ( http://oss.sgi.com/projects/ogl-sample/ ) and build libGLU using gcc. Then you must make sure FlightGear uses the gcc compiled library by setting LD_LIBRARY_PATH before running fgfs: export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib32 Erik _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
