|
From: SourceForge.net <no...@so...> - 2005-01-30 08:15:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2967243 By: earnie <quote who="Brian Kropf"> > Command line order matters for mingw. Try linking like this: > > gcc example.o -o example -lSDLmain -lSDL -lmingw32 -lopengl32 -lglu32 > > > Generally if a library depends on another then it should come earlier on the > command line (eg. SDL depends on opengl in this example so place the SDL lib > before the opengl lib). > > - brian ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=7134 |