Date: Sat, 27 Jul 1996 23:56:27 -0700 (PDT) From: Annelise Anderson <andrsn@andrsn.stanford.edu> To: James Raynard <fqueries@jraynard.demon.co.uk> Cc: tcg@ime.net, questions@FreeBSD.org Subject: Re: Cleanup after make world.. Message-ID: <Pine.BSI.3.94.960727234523.16812A-100000@andrsn.stanford.edu> In-Reply-To: <199607271904.TAA04432@jraynard.demon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 27 Jul 1996, James Raynard wrote: > If you're likely to be compiling the source tree again, you > will have to do a "make world" completely from scratch if you > delete everything now. If you leave all the binaries there, > you can get away with doing "make all install" and it will > only compile the things that have changed. I tried this, having updated the sources with sup just a few days ago, and it quit rather soon with: cc -O -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DYP -c /usr/src/lib/libc/gen/getpass.c -o getpass.o cc -O -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DYP -c /usr/src/lib/libc/gen/getpwent.c -o getpwent.o /usr/src/lib/libc/gen/getpwent.c: In function `verf': /usr/src/lib/libc/gen/getpwent.c:496: `_PW_KEYYPBYNUM' undeclared (first use this function) /usr/src/lib/libc/gen/getpwent.c:496: (Each undeclared identifier is reported only once /usr/src/lib/libc/gen/getpwent.c:496: for each function it appears in.) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I added some carriage returns to make the above more readable--I am not using crypt or kerberos and didn't get the DES sources, but also didn't use the -DNOCRYPT option on the command line, since it worked without this before. Any idea what went wrong here? (I assume 496 is an error code that means "undeclared identifier," but I don't know where to look it up.) Annelise
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.960727234523.16812A-100000>
