when I was gonne run my sdl program i just got this ".exe||cannot find -lSDL_image|
||=== Build finished: 1 errors, 0 warnings ===|"
sdl problem
Moderator: Coders of Rage
-
- Chaos Rift Cool Newbie
- Posts: 62
- Joined: Mon Jun 27, 2011 6:08 pm
- Current Project: Map editor
- Favorite Gaming Platforms: nes,nds,snes,DOS,GBA,the Nd,android
- Programming Language of Choice: c/++,javascript,Java
- Location: Sweden,skåne,Tecomatorp
Re: sdl problem
-lSDL_image is a link library you're linking to and it cannot be found.
- TheBuzzSaw
- Chaos Rift Junior
- Posts: 310
- Joined: Wed Dec 02, 2009 3:55 pm
- Current Project: Paroxysm
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Contact:
- dr-snipe
- Chaos Rift Newbie
- Posts: 42
- Joined: Sun Dec 19, 2010 10:09 pm
- Programming Language of Choice: C++, Java, PHP
- Contact:
Re: sdl problem
Here's a tut that should help you install the library: http://lazyfoo.net/SDL_tutorials/lesson03/index.php