|
From: Brian K. <bk...@em...> - 2005-01-29 22:52:38
|
They were right. The Linux gcc can link that way. I **think** it is because on Linux the linking is done with shared libraries directly and with Mingw the linking is with import libraries. Dunno if that is actually the case though. - brian SourceForge.net wrote: >Read and respond to this message at: >https://sourceforge.net/forum/message.php?msg_id=2966871 >By: tverweij > >Ah great thanks, that worked. Strangely enough I posted this question on another >forum and someone said that it linked without errors in Linux using "gcc -lGL >-lGLU -lSDLmain -lSDL example.o -o example". They couldn't figure out what was >wrong. Anyway, I'm glad the solution is simple. Thanks also for explaining why >it didn't work. ;-) Now I won't make the same mistake again. > >______________________________________________________________________ >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 > > >------------------------------------------------------- >This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting >Tool for open source databases. Create drag-&-drop reports. Save time >by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. >Download a FREE copy at http://www.intelliview.com/go/osdn_nl >_______________________________________________ >MinGW-users mailing list >Min...@li... > >You may change your MinGW Account Options or unsubscribe at: >https://lists.sourceforge.net/lists/listinfo/mingw-users > > |