Problem While Linking


DaveN

Digger
Joined
Jun 7, 2006
Messages
335
Website
Visit site
So, I've already read about this error mutliple times, but everyone said, 'just ignore it, the app compiles fine'. Well, the latest thing doesn't happen, the compiler returns an error and quits. The exact message is:

Code:
/opt/local/gp2x/lib/libmikmod.a(mdriver.o): In function `MD_DropPrivileges':
../playercode/mdriver.c:919: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
collect2: ld returned 1 exit status
make: *** [dual.gpe] Error 1

I'm using a mac and the sdl_mixer lib is from paeryns hardware-sdl. Would be _really_ nice if somebody could help here, I'm getting sick of not beeing able to use more than one .cpp file to store all the code in.

Cheers, David.
 
Back
Top