Hello i am trying to use SDL with ubuntu 11.10. I am getting an error when i try to run :
-------------- Build: Debug in experiment1 ---------------
g++ -L/home/oladitan/SDL/lib -o bin/Debug/experiment1 obj/Debug/main.o "mingw32" "SDLmain" "SDL"
g++: error: mingw32: No such file or directory
g++: error: SDLmain: No such file or directory
g++: error: SDL: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
how do i fix this? Thank you.