Re: [Flightgear-devel] Bug-Report for FGFS v0.8.0

2002-11-15 Thread Roland Häder
Hello, I got this from ldd command: libmk4.so.0 = /usr/lib/libmk4.so.0 (0x4003c000) libz.so.1 = /lib/libz.so.1 (0x40081000) libglut.so.3 = /usr/lib/libglut.so.3 (0x4009) libGL.so.1 = /usr/lib/libGL.so.1 (0x400c8000) libXmu.so.6 =

Re: [Flightgear-devel] Bug-Report for FGFS v0.8.0

2002-11-15 Thread Martin Spott
Hmmm, for it seems he hasn't linked any metakit library? He did: libmk4.so.0 = /usr/lib/libmk4.so.0 (0x4003c000) Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! --

Re: [Flightgear-devel] Bug-Report for FGFS v0.8.0

2002-11-15 Thread Andy Ross
Roland Häder wrote: But what about fixing-out some compiler warnings? Most of those appeared with gcc 3.2, I believe. They don't look too scary to me -- mostly C++ standardization stuff. I'm sure they'll be fixed soon. Scanning through it quickly, it looks like mostly David's code. Sloppy

[Flightgear-devel] Bug-Report for FGFS v0.8.0

2002-11-14 Thread Roland Häder
Hello! I got it finnally compiled und the following enviroment: - SuSE Linux 8.0 PRO (7 CDs) with Kernel 2.4.19-MOSIX (see http://www.mosix.org for further details) - AMD Dual-System on ASUS-Board - nVidia GeForce ][ MX 200 64 MB SDRAM AGP - FMWM2 window manager - ALSA 0.9 SoundSystem for

Re: [Flightgear-devel] Bug-Report for FGFS v0.8.0

2002-11-14 Thread Andy Ross
Roland Häder wrote: fgfs: relocation error: fgfs: undefined symbol: __10c4_StoragePCci Very complete bug report. Unfortunately, it's a FAQ. :) The metakit library you linked when compiling against isn't the one that is getting picked up by the shared linker at runtime. Try an ldd fgfs to find