Mám menší problém -- když překládám zdrojáky prográmků, který využívaj knihovnu SDL_image, tak bohužel zdroják nepřeložim, protože nahlásí, že SDL_image není nainstalovaná.
Problém je v tom, že ta knihovna nainstalovaná je. Zkoušel jsem instalit přes RPM (nechtělo se mi překládat zdroják

Tak nevim, byl byste někdo pls schopnej poradit? Kdyžtak přikládám "log" z terminálu, příkaz ./configure při překládání zdrojáku hry "Trigger"
- Kód: Vybrat vše
$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for target host... assuming unix
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.5... yes
checking for SDL_image >= 1.2... not found
configure: error: Please install SDLImage >= 1.2