03 Dec 12, 04:43AM
Jpablon is right. It's easy to just use make and I had never-ending problems with Code::Blocks (including my computer slowing down to the point of crashing).
Seeing as you're on Windows, you might have to play around with the linker options.
Perhaps try using the -static option. I found that it didn't work until I linked statically.
Try looking in C:\MinGW\lib (or wherever you installed MinGW) for files called libSDL and similar. If they're not there, you will have to install it.
Seeing as you're on Windows, you might have to play around with the linker options.
Perhaps try using the -static option. I found that it didn't work until I linked statically.
Try looking in C:\MinGW\lib (or wherever you installed MinGW) for files called libSDL and similar. If they're not there, you will have to install it.