Subject: Re: Uhm. Is this a feature?
To: <>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 05/28/2000 14:55:31
In message <200005281759.MAA03073@guild.plethora.net>, Peter Seebach writes:
>So, the problem goes away if I rebuild all the stuff in /usr/*bin.

I spoke too soon.

# ./tail
/usr/lib/libc.so.12: Undefined symbol "__mainprog_obj" (reloc type = 25, symnum = 1024)
[fix libc]
# nm tail | grep main
0000000120103f10 B __mainprog_obj

So, I don't get it.  There is a symbol named __mainprog_obj, yet it doesn't
seem to be found enough.

-s