Linker errors with dev-cpp and SDL_mixer

Hi

I’m now using the precompiled mingw SDL version and it works, but my next
problem is SDL_mixer. I first had to correct some conversion errors and remove
the resource file to get it compiled. But the linker still has 2 errors:

[Linker error] undefined reference to _Eff_build_volume_table_u8' [Linker error] undefined reference to__gxx_personality_v0’
(dev-cpp says in music.c)

I’m using only the -DWAV_MUSIC option and I never heard of these functions.
I also also seems there are no references to them in the SDL_mixer source
code.

cu
Milo–
+++ GMX - Mail, Messaging & more http://www.gmx.net +++
Bitte l?cheln! Fotogalerie online mit GMX ohne eigene Homepage!

Hi

I’m now using the precompiled mingw SDL version and it works, but my next
problem is SDL_mixer. I first had to correct some conversion errors and remove
the resource file to get it compiled. But the linker still has 2 errors:

[Linker error] undefined reference to _Eff_build_volume_table_u8' [Linker error] undefined reference to__gxx_personality_v0’

It looks like you’re compiling some C++ code, so you need to link with g++
$(CXX)

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