Fri 20 Jan 2006 10:36:10 AM UTC, original submission:
I am having problems making the configure script finding the sdl_mixer libraries. I supply the path on the commandline like this:
../gnash/configure --enable-plugin --enable-mp3 --with-x --prefix=/Home/stud3/dagh/ --with-sdl_mixer-incl=/Home/stud3/dagh/include/SDL/ --with-sdl_mixer-libs=/Home/stud3/dagh/lib/ --with-sdl-prefix=/Home/stud3/dagh/
I get this result out on the terminal:
SDL_Mixer flags are: /Home/stud3/dagh/include/SDL
SDL_Mixer libs are:
In config.log I find the following, which seems to indicate that the libraries are not correctly set:
configure:22988: checking for sdl_mixer library
configure:23021: result: none
configure:23023: checking for Mix_Linked_Version in -lSDL_mixer
configure:23053: gcc -o conftest -g -O2 conftest.c -lSDL_mixer >&5
/usr/bin/ld: cannot find -lSDL_mixer
collect2: ld returned 1 exit status
configure:23059: $? = 1
configure: failed program was:
When compiling, I get this:
g++: /Home/stud3/dagh/include/SDL: linker input file unused because linking not done
g++: /Home/stud3/dagh/include/SDL: linker input file unused because linking not done
g++: /Home/stud3/dagh/include/SDL: linker input file unused because linking not done
cc1plus: /Home/stud3/dagh/include/SDL: No such file or directory
m
Hopefully, I am not just stupid, but this looks like an error in configure?
Regards,
Dag Hovland
|