[SDL] anjuta_and_sdl
Rúben Lício
rubenlr at gmail.com
Tue Oct 17 06:18:22 PDT 2006
Hi,
At gcc command line you need explicit the libraries:
-lSDL -lSDL_ttf -lSDL_image -lSDL_mixer
try with it when gcc link.
Dont forgot, if you are compiling c++, use g++.
Regards,
Rúben
On 10/17/06, Berislav Kovacki <pantokrator at pantokrator.net> wrote:
> On Tuesday 17 October 2006 13:00, daniel daniel wrote:
> > I´ve configured the environment ( SDL_mixer,SDL_image y SDL_ttf libraries
> > added), and I´ve
> > set in the text box FLAGS: "'sdl-config --cflags'
> > 'sdl-config --libs'"
>
> Don't use plain apostrophe ('), use backticks instead (`), and it should solve
> your problem.
>
> Berislav Kovacki
>
> --
> http://blog.pantokrator.net/
>
> _______________________________________________
> SDL mailing list
> SDL at libsdl.org
> http://www.libsdl.org/mailman/listinfo/sdl
>
More information about the SDL
mailing list