This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Problems with SDL


Sylvain Petreolle writes:
>
>I compiled SDL cvs without problems and installed it.
>Trying to compile the test programs result in fail.
>
>
>Looking in config.log as requested gives me a lot of undefined
>references. searching through the mailing list archives doesn't give
>any valuable results, so I'm posting the errors (only a part).

> undefined reference to
>`timeBeginPeriod@4'
>`timeGetTime@0'
>`timeGetTime@0'
>`timeBeginPeriod@4'
>`timeSetEvent@20'
>`timeKillEvent@4'
>`timeEndPeriod@4'
>`waveOutGetErrorTextA@12'
>`waveOutWrite@12'

These are in the windows multimedia library
try adding  -lwinmm to the list of libs to link against

Cheers

Norman


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]