measuring jack themes technologies tooltips linux measuring jack themes technologies tooltip linux limejack claim limejack limejack

Start | Sprache  de en fr | Menü | Übersicht | Suche

Sie befinden sich hier: start » de » tooltips » sdl

SDL - Simple DirectMedia Layer

Using SDL 1.2 on Debian Jessie 8.2

FIXME 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 :

  • error while loading shared libraties: libSDL_gfx.so.13 cannot open shared object file: No such file or directory

The same problem is described on this russian page. A good solution comes from a frensh page.

Run as root:

  • cd /usr/lib/i386-linux-gnu
  • ln -s libSDL_gfx.so.15 libSDL_gfx.so.13
Disclaimer | Impressum | Privacy | Copyleft