Sydney Weidman writes: 
>
> I was just trying to compile the latest release of FG, but I got a bunch 
> of errors. I notice the errors involve gcc 3.2 stdc++ headers, so maybe 
> I have used an unsupported version of gcc.
> 
> Some compiler error messages follow.
> 
> Thanks for this entertaining and interesting software.
> 
> Regards,
> Syd.
> 
> Making all in Airports
> make[2]: Entering directory 
> `/home/gnome2/working/FlightGear-0.8.0/src/Airports'g++  -g -O2 
> -L/usr/X11R6/lib -o gensimple  gensimple.o libAirports.a -lsgdebug 
> -lsgmisc -lsgxml -lmk4 -lz -lm
> libAirports.a(simple.o): In function 
> `FGAirports::FGAirports[not-in-charge](std::basic_string<char, 
> std::char_traits<char>, std::allocator<char> > const&)':
> /usr/include/c++/3.2/bits/basic_string.h:781: undefined reference to 
> `c4_Storage::c4_Storage[in-charge](char const*, int)'
> libAirports.a(simple.o): 

This indicates that is not picking up the metakit library -lmk4

Is it installed

Is your installed version compiled with g++ 3.2
The C++ ABI changed with this release

Be sure to read
http://www.flightgear.org/Docs/FlightGear-FAQ.html#5.1

HTH

Norman





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

Reply via email to