Subject: mcleanup, err, warn
To: None <port-pmax@NetBSD.ORG>
From: Leslie Todd Masco <cactus@hks.net>
List: port-pmax
Date: 05/02/1995 17:15:55
Okay, so I was able to recompile all the binaries, and *then* I recompiled
the libraries.

Now, when I try to recompile the binaries, linking with the new libs,
I see things like:

/usr/lib/crt0.o: undefined reference to `mcleanup'
cat.o: undefined reference to `err'
cat.o: undefined reference to `warn'
getopt.o: relocation truncated to fit: R_MIPS_GPREL16 __progname
gmon.o: relocation truncated to fit: R_MIPS_GPREL16 minbrk

(I've left out the text offsets)

Are there any easy fixes to these, or should I give up on a -current
/usr/lib right now?

	-- Todd