Hi guys. I'm currently running both Windows XP and Fedora Core. I tried compiling a simple SDL project (only calling SDL_Init() ) and then I get bazillions of errors telling it can't find "name_of_all_SDL_functions". How can I fix this problem ? I have compiled my project with the following line:
c++ main.cpp -lSDL -lSDLmain -o myproject
What's wrong ?
