fishybawb
Hired Geek
I did post before about some sound troubles I was having with SDL and sound, so instead of trusting my own code, I gave someone else's a go
NK's emu dynamically links with:
'sdl-config --cflags --libs' -lstd++ -static-libgcc (I stripped his font and SDL_image library out)
If I add -static to that, it'll all compile/link fine, but there's no sound when I run the executable! Why?
NK's emu dynamically links with:
'sdl-config --cflags --libs' -lstd++ -static-libgcc (I stripped his font and SDL_image library out)
If I add -static to that, it'll all compile/link fine, but there's no sound when I run the executable! Why?