I have a big project I'm migrating from an old debian box. I'm now using Mandrake 10.0 Official.
When linking, I get erros like these:
Code:
/usr/lib/libSDL.a(SDL_alsa_audio.o)(.text+0x78): In function `Audio_Available':
: undefined reference to `snd_pcm_open'
/usr/lib/libSDL.a(SDL_nasaudio.o)(.text+0x733): In function `NAS_OpenAudio':
: undefined reference to `AuStartFlow'
It's only libSDL I'm having trouble with.
These functions exist in /usr/lib/libasound.so and /usr/lib/libaudio.so.2 but I can't find any recent statically linked versions (libasound.a and libaudio.a).
How do YOU statically link with libSDL.a from libSDL1.2-devel-1.2.7-2mdk?
Thanks in advance,
Jakob