Subject: build problem
To: None <port-pmax@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: port-pmax
Date: 08/29/1999 19:07:44
i'm fairly sure someone else posted this, but i lost the mail.


cc  -static -o cat -nostdlib -L/orb/l/mrg/pmax-destdir/usr/lib /orb/l/mrg/pmax-destdir/usr/lib/crt0.o /orb/l/mrg/pmax-destdir/usr/lib/crtbegin.o cat.o  -lgcc -lc -lgcc /orb/l/mrg/pmax-destdir/usr/lib/crtend.o
/orb/l/mrg/pmax-destdir/usr/lib/libc.a(vfprintf.o): In function `vfprintf':
/orb/v/src/lib/libc/stdio/vfprintf.c(.text+0x7b0): undefined reference to `_isinf'
/orb/v/src/lib/libc/stdio/vfprintf.c(.text+0x800): undefined reference to `_isnan'


% nm /usr/lib/libc.a | grep isinf
         U isinf
isinf.o:
0000009c T isinf
% nm $DESTDIR/usr/lib/libc.a | grep isinf
isinf.o:
0000009c T isinf
         U _isinf
aubrey-ii /orb/v/src>


so, it looks like libc is building badly now.  i last installed my pmax
from about a month ago's sources.  these i'm working with now are about
6 days old now...