Subject: Re: 2000-05-19 make snapshot failure
To: Simon Burge <simonb@netbsd.org>
From: SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
List: current-users
Date: 05/19/2000 07:40:42
Hi,
Simon Burge <simonb@netbsd.org> wrote:
Simon> Does
Simon> /var/NetBSD-current/src/usr.sbin/ntp/libntp/obj/libntp.a
Simon> exist, and is there a (for example) an
Simon> "init_recvbuff" symbol in it - check with "nm -o
Simon> /var/NetBSD-current/src/usr.sbin/ntp/libntp/obj/libntp.a
Simon> | grep init_recvbuff" - it should be in recvbuff.o
Oh, I forgot it to previous mail... litntp.a exists and it
contains init_recvbuff.
$ cd /var/NetBSD-current/src/usr.sbin/ntp/libntp/obj/
$ ls libntp.a
libntp.a
$ nm -o libntp.a|grep init_recvbuff
libntp.a:recvbuff.o:000000f8 T init_recvbuff
$ ls recvbuff.o
recvbuff.o
I removed obj directory before make.
--
SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
Hack on NetBSD, and your code runs on 30 and more architectures!