Thanks guys.  Apologies for implying that it might have been a problem with plib.

Curt, will you change this line (see end of this message) in CVS?  I've tried it and 
it works for me, and it looks like the right fix.

- Julian



Sebastian Ude wrote:
> 
> I guess this is the problem. -lopengl32 (or whatever library contains the
> wgl* routines; I'm not a Windows programmer) must come *after* -lplibul.
> 
> Could you FlightGear developers take care of that ?

Yes, it looks like we can  :-)



Norman Vine wrote:
> 
> It appears as if the easiest way to fix this is to change the line in the
> Main / Makefile.am file that includes the other PLib libraries to also
> include -lplbul
> 
> Note that this is probably only a Cygwin problem and will not appear on
> Unix because of the difference in the way linking is done.
> On Cygwin all symbols must be defined at link time.  ie
> ld --no-undef   behaviour in Linux
> 
> ld allows including a library more then once in the link library list
> so this should not be a problem
> 
> Cheers
> 
> Norman
> 
> ======= cut ======
> src / Main / Makefile.am
> 86c86
> <         -lplibpu -lplibfnt -lplibnet -lplibssg -lplibsg \
> ---
> >         -lplibpu -lplibfnt -lplibnet -lplibssg -lplibsg -lplibul \
>

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

Reply via email to