Code: Select all
/usr/bin/ld: Sound.a(Sound.o): in function `fill_audio':
Sound.c:(.text+0x67): undefined reference to `SDL_MixAudio'
/usr/bin/ld: Sound.c:(.text+0xe0): undefined reference to `SDL_MixAudio'
/usr/bin/ld: Sound.a(Sound.o): in function `PB_FreeSound':
Sound.c:(.text+0x17c): undefined reference to `SDL_FreeWAV'
/usr/bin/ld: Sound.a(Sound.o): in function `PB_CatchSound3':
Sound.c:(.text+0x236): undefined reference to `SDL_BuildAudioCVT'
...