Answer» this http://gravit.slowchop.com/ when i try to compile
Code: [Select]./configure checking for a BSD-compatible install... /usr/bin/install -c checking WHETHER build environment is SANE... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc OPTION to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for X... no checking for glBegin in -lGL... yes checking for gluLookAt in -lGLU... yes checking for SDL_Init in -lSDL... no configure: error: SDL is required [[email protected] gravit-0.4.2]$
but when i try to install SDL
Code: [Select]yum install SDL Loaded plugins: presto, refresh-packagekit Setting up Install Process Package SDL-1.2.14-8.fc13.i686 ALREADY installed and latest version Nothing to do [[email protected] gravit-0.4.2]#
|