Re: [Leaf-devel] Static Compilation...

2001-08-09 Thread Charles Steinkuehler
> ...that fails. The *ONLY* difference is adding "-static" to the gcc > command line. What's the difference? Well, the -static on the command line is what's different, you said so yourself. :-) I'm grasping at straws, but do you have the object modules for your c library somewhere the compile

[Leaf-devel] Static Compilation...

2001-08-09 Thread David Douthitt
I've a really interesting problem... # make gcc -fomit-frame-pointer -Wall -s -o dhcpcd peekfd.o udpipgen.o buildmsg.o signals.o arp.o client.o dhcpcd.o # ls -l dhcpcd -rwxr-xr-x1 root root31780 Aug 9 11:58 dhcpcd # ldd dhcpcd libc.so.6 => /lib/libc.so.6 (0x4001b000)