oudated
I compiled an application on Debian Wheezy using SDL 1.2 with g++.
g++ -Wall -c prog.c g++ -Wall -o prog prog.o -I../include -L../lib -lSDL -lSDL_mixer -lSDL_image -lSDL_gfx -lSDL_ttf
On Jessie I get an error :
The same problem is described on this russian page. A good solution comes from a frensh page.
Run as root: