Jon S Berndt wrote: > Someone here uses gcc on IRIX, right? Anything to mention as far as how > well it works there? Compatibility problems with anything?
One problem to remember is that you can't be sure you can successfully mix C++ code of gcc and MipsPro. And since some libraries of Irix are derived from C++ code (obviously compiled by the MipsPro compiler) there is a chance of an unsuccessfull program execution. This isn't wide spread, but particulalry programs that use the GLU library might fail. Erik _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
