Quoting Georg Vollnhals :

> Frederic Bouvier schrieb:
> > Quoting Georg Vollnhals :
> >
> >
> >> Hi all,
> >>
> >> with the newest CVS and Cygwin I get this error
> >>
> >> /fg-cvs/lib/libplibul.a(ulClock.o):ulClock.cxx:(.text+0x81): undefined
> >> reference to [EMAIL PROTECTED]'
> >>
> >> Any ideas what would help?
> >> Thank you very much in advance
> >>
> >
> > The link command line should include winmm.lib
> >
> > -Fred
> >
> > --
> >
> Thank you very much, Fred for your quick answer.
> But I am really helpless with this stuff. I know that you don't use CYGWIN.
> But is there anyone out who can give me advice where to put this include
> command?
> And when I searched my whole CYGWIN folder for "winmm.lib" it was NOT found!
> Should this stuff be anywhere in the CYGWIN folders?
> And what is really strange - until some weeks ago (my last compilation
> under CYGWIN) all worked well!
> Once again, I really would be very thankful due to the fakt that I want
> to test Maik's new helicopter FDM changes - and that is not possible
> without a working new compilation!



[EMAIL PROTECTED] /usr/lib
$ find . -name "*winmm*"
./w32api/libwinmm.a

I guess you need to install the win32 libraries from your cygwin setup ( I
forgot unix prefix its libraries with 'lib'. winmm.lib is for MSVC, libwinmm.a
is for cygwin )

If you look in the configure.ac file of SimGear, you'll find '-lwinmm' in the
cygwin section. plib must have a similar thing.

-Fred

--
Frédéric Bouvier
http://frfoto.free.fr         Photo gallery - album photo
http://www.fotolia.fr/p/2278  Other photo gallery
http://fgsd.sourceforge.net/  FlightGear Scenery Designer

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to