[Flightgear-devel] Re: ld: Undefined symbols error linking fgfs 0.9.1

2002-12-06 Thread David Drum
I sent this to flightgear-users a couple days ago when 0.9.0 was out. No response. The same thing is happening now with 0.9.1, fresh compile of plib, metakit, and simgear (0.3.1). Still looking for help. Thanks. Quoth David Drum: > I am compiling FG 0.9.1 on Mac OS X. The final link fails, it

Re: [Flightgear-devel] Re: ld: Undefined symbols error linking fgfs 0.9.1

2002-12-08 Thread Curtis L. Olson
James Turner writes: > BTW, I haven't even got as far as linking due to problems with PLIB CVS > versions (Mac gcc keeps moaning about Plib's ul.h, it seems to be > getting included as C file, not a C++ one, and hence function > overloading is not permitted). Haven't taken this up with the pl

Re: [Flightgear-devel] Re: ld: Undefined symbols error linking fgfs 0.9.1

2002-12-08 Thread Arnt Karlsen
On Sun, 8 Dec 2002 07:59:56 -0600, "Curtis L. Olson" <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > James Turner writes: > > BTW, I haven't even got as far as linking due to problems with PLIB > > CVS versions (Mac gcc keeps moaning about Plib's ul.h, it seems to > > be getting in

Re: [Flightgear-devel] Re: ld: Undefined symbols error linking fgfs 0.9.1

2002-12-08 Thread Curtis L. Olson
Arnt Karlsen writes: > ..should'nt this be the normal default place to drop FG etc cvs > and tarballed code, allowing deb and rpm packagers to put their > stuff in /usr? The rpmdb does not know about stuff dropped in > outside rpm, I suspect deb works the same way. ... not according to the pli

Re: [Flightgear-devel] Re: ld: Undefined symbols error linking fgfs 0.9.1

2002-12-11 Thread David Drum
Quoth Andy Ross: > Some of the missing symbols (slScheduler et. al.) should be found in > the Plib "sl" library, which for some reason doesn't appear on your > linker command line. The reason is that $HOSTTYPE is not "macintosh", it is "powerpc". I checked 10.0.4 and 10.1 on a TiBook, and 10.2 on

Re: [Flightgear-devel] Re: ld: Undefined symbols error linking fgfs 0.9.1

2002-12-11 Thread Curtis L. Olson
Your best bet is to check the detailed results in config.log when configure failes a check which you think ought to pass. Regards, Curt. David Drum writes: > I am getting to the final link again, but getting a much different error. > Progress! > > # less configure > [...] > # Check for audio s

Re: [Flightgear-devel] Re: ld: Undefined symbols error linking fgfs 0.9.1

2002-12-08 Thread James Turner
On Sunday, December 8, 2002, at 04:15 am, Andy Ross wrote: David Drum wrote: > I am compiling FG 0.9.1 on Mac OS X. > > ld: Undefined symbols: > _CPSEnableForegroundOperation > _CPSGetCurrentProcess > _CPSSetFrontProcess > _CPSSetProcessName > > [...] > I sent this to flightgear-users a couple

Re: [Flightgear-devel] Re: ld: Undefined symbols error linking fgfs 0.9.1

2002-12-08 Thread Arnt Karlsen
On Sun, 8 Dec 2002 15:31:42 -0600, "Curtis L. Olson" <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > Arnt Karlsen writes: > > ..should'nt this be the normal default place to drop FG etc cvs > > and tarballed code, allowing deb and rpm packagers to put their > > stuff in /usr? The