Yes, it worked much better, as make has been working for much longer. However, I get an error eventually. I'll insert here the last lines of make:
/usr/lib/gcc/i386-redhat-linux/4.1.1/../../../libsgprops.a(props.o): In function `char* std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': (.gnu.linkonce.t._ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag+0x7f): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage' /usr/lib/gcc/i386-redhat-linux/4.1.1/../../../libsgdebug.a(logstream.o):(.gnu.linkonce.r._ZTV6logbuf+0x18): undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::seekoff(long, std::_Ios_Seekdir, std::_Ios_Openmode)' collect2: ld devolvió el estado de salida 1 make[3]: *** [yasim] Error 1 make[3]: se sale del directorio `/home/usuario/Desktop/Flightgear/FlightGear-0.9.10/src/FDM/YASim' make[2]: *** [all-recursive] Error 1 make[2]: se sale del directorio `/home/usuario/Desktop/Flightgear/FlightGear-0.9.10/src/FDM' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/usuario/Desktop/Flightgear/FlightGear-0.9.10/src' make: *** [all-recursive] Error 1 There's some Spanish in it: "se sale del directorio" is something like "It comes out of the directory" or so. There are many "undefined reference..." messages before it. gcc is 4.1.1 What can be the problem? Thanks. Pep. El mié, 31-01-2007 a las 10:01 -0600, Curtis Olson escribió: > I've had pretty good luck removing the default freeglut packages and > installing the old glut-3.7 packages (which work better than freeglut > for certain features I need.) > > Or you can configure FlightGear to build with sdl and bypass glut > entirely (you still need it installed, but it's not directly used.) > > In the flightgear source directory: > > ./configure --enable-sdl > > Regards, > > Curt. > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
