Author Topic: SDL  (Read 5312 times)

oladitan

  • Guest
SDL
« on: June 25, 2013, 07:00:01 pm »
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: SDL
« Reply #1 on: June 25, 2013, 07:10:02 pm »
Hm, probably you should describe the steps you've taken to get to this error. Please don't skip the details.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]