libSystem.dylib HELP!!!

hugheba

Registered
Having trouble compiling no-ip for *nix under mac os x.

December Developer tools installed...but I get this error...

[localhost:bg/desktop/noip] root# make
cc -O2 -g -Dlinux noip.c -o noip
/usr/bin/ld: warning unused multiple definitions of symbol _login
"link editor" definition of _login in section (__DATA,__common)
/usr/lib/libSystem.dylib(login.o) unused definition of _login
[localhost:bg/desktop/noip] root#

Any ideas?
 
I get that same error ALL the time when compiling. I have searched high and lo for answer and have yet to find it. Sorry....just co-comesurating
 
Do you have Developer Tools installed? And what version? Is there something buggy with the Dec 2001 release?
 
I do have the Dec 2001 Dev tools installed. I even manage to get quite a few things compiled in the past - DESPITE not being a programmer. But many a time that error or some other error ending in .dylib will stop me cold in my tracks.
 
Back
Top