./configure file

I am running YellowDogLinux on a B/W G4.
I installed SDL-1.2.1. Do I need to use the older ver. I would prefer not to.

When running ./configure on SDL_mixer-1.2.1 I get error msg as follows:
checking for sdl-config… no
checking for SDL - version >= 1.2.0… no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config
configure: error: *** SDL version 1.2.0 not found

I followed the advice in the sdl FAQ for this problem, then ran the commands
specified, two worked:

#locate libSDL:
/usr/lib/libSDL-1.2.so.0
/usr/lib/libSDL-1.2.so.0.0.3
/usr/lib/libSDL-1.1.so.0

#tail config.log:
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -c -g -02 conftest.c 1>&5
GNU ld version 2.10.91 (with BFD 2.10.0.33)
ltconfig:1653: checking if global_symbol_pipe works
ltconfig:1654: gcc -c -g -02 conftest.c 1>&5
ltconfig:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e ‘s/^.[
]([ABCD
GISTW][ ][ ]
()([_A-Za-z][_A-Za-z0-9]*)$/\1 \2\3 \3/p’ > conft
st.nm"
ltconfig:1709: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions
c
onftest.c conftstm.o 1>$5
configure:1799: checking for a BSD compatible install
configure:1921: checking for sdl-config
configure:1956: checking for SDL - version >= 1.2.0

                                Thanks.....Joe Marabotto

Have you made sure that either sdl-config is within your
current $PATH or, if not, that you passed the proper
–with-sdl-prefix=/sdl/is/installed/here argument to
./configure? /sdl/is/installed/here means that he tries to
find /sdl/is/installed/here/bin/sdl-config .

HTH,
    - Markus

On Thu, Apr 04, 2002 at 04:38:28PM -0500, root wrote :>

I am running YellowDogLinux on a B/W G4.
I installed SDL-1.2.1. Do I need to use the older ver. I would prefer not to.

When running ./configure on SDL_mixer-1.2.1 I get error msg as follows:
checking for sdl-config… no
checking for SDL - version >= 1.2.0… no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config
configure: error: *** SDL version 1.2.0 not found

I followed the advice in the sdl FAQ for this problem, then ran the commands
specified, two worked:

#locate libSDL:
/usr/lib/libSDL-1.2.so.0
/usr/lib/libSDL-1.2.so.0.0.3
/usr/lib/libSDL-1.1.so.0

#tail config.log:
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -c -g -02 conftest.c 1>&5
GNU ld version 2.10.91 (with BFD 2.10.0.33)
ltconfig:1653: checking if global_symbol_pipe works
ltconfig:1654: gcc -c -g -02 conftest.c 1>&5
ltconfig:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e ‘s/^.[
]([ABCD
GISTW][ ][ ]
()([_A-Za-z][_A-Za-z0-9]*)$/\1 \2\3 \3/p’ > conft
st.nm"
ltconfig:1709: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions
c
onftest.c conftstm.o 1>$5
configure:1799: checking for a BSD compatible install
configure:1921: checking for sdl-config
configure:1956: checking for SDL - version >= 1.2.0

                                Thanks.....Joe Marabotto

SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
"Mind if I MFH ?" “What QA did you do on it?” “the usual?” “ah… none :)”

I am running YellowDogLinux on a B/W G4.
I installed SDL-1.2.1. Do I need to use the older ver. I would prefer not to.

When running ./configure on SDL_mixer-1.2.1 I get error msg as follows:
checking for sdl-config… no

Do you have the SDL-devel RPM installed as well?

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment