Page 1 of 1

sdl problem

Posted: Thu Jul 07, 2011 4:03 am
by Tom_leonardsson
when I was gonne run my sdl program i just got this ".exe||cannot find -lSDL_image|
||=== Build finished: 1 errors, 0 warnings ===|"

Re: sdl problem

Posted: Thu Jul 07, 2011 6:16 am
by N64vSNES
-lSDL_image is a link library you're linking to and it cannot be found.

Re: sdl problem

Posted: Thu Jul 07, 2011 9:34 am
by TheBuzzSaw
Yup. SDL_image is a separate library.

http://www.libsdl.org/projects/SDL_image/

Re: sdl problem

Posted: Fri Jul 08, 2011 12:14 pm
by dr-snipe
Here's a tut that should help you install the library: http://lazyfoo.net/SDL_tutorials/lesson03/index.php