SDL_mixer fails to link

I’ve got SDL 1.2.2 and SDL_image working fine on RH 6/7 based
linux now. But I have problems with SDL_mixer. What is this,
what can I do?

./configure --prefix=/home/fs/tksuoran/local --disable-music-midi
make


mv -f .libs/wavestream.lo wavestream.lo
/bin/sh ./libtool --mode=link gcc -g -O2
-I/home/fs/tksuoran/local/include -I/home/fs/tksuoran/local/include/SDL
-D_REENTRANT -DUSE_RWOPS -DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -I./mikmod
-o libSDL_mixer.la -rpath =/home/fs/tksuoran/local/lib -release 1.2
-version-info 0:0:0 mixer.lo music.lo music_cmd.lo music_ogg.lo
wavestream.lo mikmod/libmikmod.la -L/home/fs/tksuoran/local/lib
-Wl,-rpath,/home/fs/tksuoran/local/lib -lSDL -lpthread

libtool: link: only absolute run-paths are allowed

make[1]: *** [libSDL_mixer.la] Error 1
make[1]: Leaving directory `/tmp/tksuoran/SDL_mixer-1.2.0’
make: *** [all-recursive] Error 1

[tksuoran at porkkala-7 SDL_mixer-1.2.0]$

– Timo Suoranta – @Timo_K_Suoranta