Jon Berndt writes:
>
> What would have changed to screw it up, though? I've never had a problem
> with this before...
Have you installed the Cygwin XServer recently ??
i.e I notice you are linking against -L/usr/X11R6/lib
Not really sure of the best way of handling this as I haven't
installed the XServer
My guess is you want to include Cygwin into this check in configure.ac
dnl Determine an extra directories to add to include/lib search paths
case "${host}" in
*-apple-darwin* | *-*-mingw32*)
echo no EXTRA_DIRS for $host
;;
i.e.
dnl Determine an extra directories to add to include/lib search paths
case "${host}" in
*-apple-darwin* | *-*-cygwin* | *-*-mingw32*)
echo no EXTRA_DIRS for $host
;;
As you *definately* don't want to use the opengl lib that comes with the
Cygwin XServer as it is a software only version of the library and won't
take advantage of any hardware acceleration
Norman
> > -----Original Message-----
> > >
> > > I've tried building the latest flightgear from CVS. I've updated to the
> > > latest version both plib and simgear and they build. However,
> > when trying
> > > to build flightgear I get an error right away when trying to build the
> > > applications in test:
> >
> > > gcc -L/usr/X11R6/lib -o gl-info.exe
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel