> Can you throw me some source? I'll see what I can see.... Which in all
> likely hood will not be much.
Source for ping is in the file:
source/n/tcpip1/netkit-base-0.17.tar.gz
tar -xvzf it, then cd into the directory and run
./configure --with-c-compiler=ccc. You can cd into the ping directory and
"make" and it'll just make ping.
You can use ldd to see that the resulting binary is actually linked
against libopts and all that. And more importantly, it works.
Now, if you leave off the --with-c-compiler part, it'll find gcc and build
a broken version. I'm putting my money on 64-bit alignment issues. I'm
sure that someone has noticed and fixed this before.
-- Chris Lumens - chris@slackware.com - KG6CIH @n=(-42,-85,-83,-19,65,2,-10,-10,-15,-3,2,-10,73,-4,8,-4,2,79,8,17,15,7,14,2); print map{chr(-$n[$i++]+ord)} sort(split(//,'place random string here')),"\n";
This archive was generated by hypermail 2b30 : Fri May 09 2003 - 10:00:02 PDT