Problems when compiling SDL_mixer

Hello !

When compiling SDL_mixer it compiles
but shows a lot of messages like this
on the shell :

symbol _tgammal used from dynamic library
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/…/…/…/libmx.dylib(single
module) not from earlier dynamic library
/usr/lib/libSystem.B.dylib(ld64.o)
symbol _tgammal$LDBL64 used from dynamic library
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/…/…/…/libmx.dylib(single
module) not from earlier dynamic library
/usr/lib/libSystem.B.dylib(ld64.o)
symbol _truncl used from dynamic library
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/…/…/…/libmx.dylib(single
module) not from earlier dynamic library
/usr/lib/libSystem.B.dylib(ld64.o)
symbol _acoshl used from dynamic library
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/…/…/…/libmx.dylib(single
module) not from earlier dynamic library
/usr/lib/libSystem.B.dylib(ld64.o)

I am using OSX Tiger with the latest Updates,
the latest CVS versions from all the SDL and helper libs.
The only thing i did not install using Software Update
was the latest XCode version from developer.apple.com

CU