nickspoon
vultum stultum habes
I've been having a bit of trouble with SDL_mixer, and through linking all of its dependencies I've ended up with:
-lSDLmain -lSDL_mixer -lsmpeg -lvorbisfile -lpthread -lvorbis -logg -lmikmod -lSDL
That looks an awful lot, but seems to do everything.
Unfortunately, I now get:
mdriver.c.text+0x2970): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
What does this mean? Not having a GP2X to test it on, I don't know if it affects anything, but what exactly is it?
-lSDLmain -lSDL_mixer -lsmpeg -lvorbisfile -lpthread -lvorbis -logg -lmikmod -lSDL
That looks an awful lot, but seems to do everything.
Unfortunately, I now get:
mdriver.c.text+0x2970): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
What does this mean? Not having a GP2X to test it on, I don't know if it affects anything, but what exactly is it?