Re: [Flightgear-users] Mandrake 10.1 build

2005-02-24 Thread Paul Surgeon
On Thursday, 24 February 2005 09:46, Dave Culp wrote:
 Has anyone out there done a build of SimGear in Mandrake 10.1?My
 Mandrake system is almost nearly out of the box, and I've succesfully
 compiled the mm3d CAD application, as well as openal and plib, but I get
 this with SimGear ( both 0.3.8 and CVS ):

I'm running FG on MDK 10.1 Community Edition (sort of a pre-release)

Was the CAD program a pure C program or C++?
The reason why I ask is because Mandrake stuffed up the GCC packaging by 
forgetting to include C++ support !!!
This bit me when I tried to compile a C++ app and had me stumped because C 
apps would compile just fine.  :)

I'm not sure if this was rectified in 10.1 Official so if you need to fix it 
grab and install the gcc-c++ package.
http://rpmfind.net//linux/RPM/mandrake/10.1/i586/media/main/gcc-c++-3.4.1-4mdk.i586.html

Paul

___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] Mandrake 10.1 build

2005-02-24 Thread Jorge Van Hemelryck
On Thu, 24 Feb 2005 01:46:32 -0600
Dave Culp wrote:

 Has anyone out there done a build of SimGear in Mandrake 10.1?My Mandrake 
 system is almost nearly out of the box, and I've succesfully compiled the 
 mm3d CAD application, as well as openal and plib, but I get this with SimGear 
 ( both 0.3.8 and CVS ):
 
 gcc  -g -O2 -D_REENTRANT  -L/usr/X11R6/lib -o tabbed_value_test  
 tabbed_values_test.o ../../simgear/misc/libsgmisc.a 
 ../../simgear/xml/libsgxml.a ../../simgear/debug/libsgdebug.a
 tabbed_values_test.o(.text+0x35): In function `main':
 /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/../../../../include/c++/3.4.1/bits/basic_string.h:2115:
  
 undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::compare(char const*) const'
 
 ...  and lots more
 
 
 Any Ideas?  Am I missing a library, or have a bad symlink?

Mandrake 10.1 here, nearly out of the box (I like the way you say it)...

As far as I recall, SimGear always compiled right away. I seem to
remember having a problem like yours though, but I can't say exactly in
what context.

Missing devel package somewhere ? lisbtdc++ (one of them) missing ?

-- 
Jorge Van Hemelryck

___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] Mandrake 10.1 build

2005-02-24 Thread Dave Culp
  Any Ideas?  Am I missing a library, or have a bad symlink?
 Missing devel package somewhere ? lisbtdc++ (one of them) missing ?


Close.  I finally figured out it was just bad information in my bash_config 
(that I put there, of course).  I had CC=gcc and CXX=gcc.  I just changed CXX 
to g++ and everything works fine now.  D'oh!

Dave

___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-users] Mandrake 10.1 build

2005-02-23 Thread Dave Culp
Has anyone out there done a build of SimGear in Mandrake 10.1?My Mandrake 
system is almost nearly out of the box, and I've succesfully compiled the 
mm3d CAD application, as well as openal and plib, but I get this with SimGear 
( both 0.3.8 and CVS ):

gcc  -g -O2 -D_REENTRANT  -L/usr/X11R6/lib -o tabbed_value_test  
tabbed_values_test.o ../../simgear/misc/libsgmisc.a 
../../simgear/xml/libsgxml.a ../../simgear/debug/libsgdebug.a
tabbed_values_test.o(.text+0x35): In function `main':
/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/../../../../include/c++/3.4.1/bits/basic_string.h:2115:
 
undefined reference to `std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::compare(char const*) const'

...  and lots more


Any Ideas?  Am I missing a library, or have a bad symlink?

Dave

___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d