Date: Thu, 30 Mar 2006 10:35:31 -0500 From: Michael Proto <mike@jellydonut.org> To: gareth <bsd@lordcow.org> Cc: stable@freebsd.org Subject: Re: ntpdate Message-ID: <442BFAC3.5030100@jellydonut.org>
next in thread | raw e-mail | index | archive | help
cd /usr/src/usr.sbin/ntp make depend make make install gareth wrote: > On Thu 2006-03-30 (08:54), Scot Hetzel wrote: >> 2. change to sub directory where FreeBSD builds ntpdate: >> cd /usr/src/usr.sbin/ntp/ntpdate >> make clean >> make >> make install >> make clean > > cool, thanx, i found that earlier with a 'locate ntpdate | grep Makefile' > and tried to run make but it gives: > > root@cow:/usr/src/usr.sbin/ntp/ntpdate# make > Warning: Object directory not changed from original /usr/src/usr.sbin/ntp/ntpdate > cc -O -pipe -I/usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/include -I/usr/src/usr.sbin/ntp/ntpdate/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -c /usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/ntpdate/ntpdate.c > sh -e /usr/src/usr.sbin/ntp/ntpdate/../scripts/mkver ntpdate > Version <ntpdate 4.2.0-a Thu Mar 30 17:29:58 SAST 2006 (1)> > cc -O -pipe -I/usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/include -I/usr/src/usr.sbin/ntp/ntpdate/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -c version.c > cc -O -pipe -I/usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/include -I/usr/src/usr.sbin/ntp/ntpdate/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -o ntpdate ntpdate.o version.o /usr/src/usr.sbin/ntp/ntpdate/../libntp/libntp.a -lmd > cc: /usr/src/usr.sbin/ntp/ntpdate/../libntp/libntp.a: No such file or directory > *** Error code 1 > > Stop in /usr/src/usr.sbin/ntp/ntpdate. > > > and the same thing if i run 'make clean' first. there's a > directory called /usr/src/contrib/ntp/libntp/ , but there's > no libntp.a on the system. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?442BFAC3.5030100>