Problems with SDL

Norman Vine nhv@cape.com
Sun Aug 4 19:04:00 GMT 2002


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/



More information about the Cygwin mailing list