Cannot find -lSDL_image

Hi there,

using DevC++, I added -lSDL_image to the linker parameters. Now I am
getting the error message “cannot find -lSDL_image” when I try to
compile and link my application.

I installed the SDL_image 1.2.3 devpak from devpaks.org which copied the
necessary .a, .dll and .h files within the respective directories.

What’s wrong here?

Thanks in advance,
Christian.

Hi there,

using DevC++, I added -lSDL_image to the linker parameters. Now I am
getting the error message “cannot find -lSDL_image” when I try to
compile and link my application.

I installed the SDL_image 1.2.3 devpak from devpaks.org which copied the
necessary .a, .dll and .h files within the respective directories.

What’s wrong here?

You may want to take a look here: http://www.gamedev.net/community/forums/topic.asp?topic_id=285721, I’ve posted there what I’ve done with similiar error.

Koshmaar