Subject: Missing FP functions?
To: None <port-macppc@netbsd.org>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-macppc
Date: 02/14/2000 16:22:54
Hi,

my upgrade to 1.4.2_ALPHA as of this morning is nearly complete,
but my "make build" stopped at this point:


all ===> regress/lib/libc/ieeefp/except
cc -O  -Werror   -c /usr/src/regress/lib/libc/ieeefp/except/except.c
cc   -o except except.o 
except.o: In function `main':
except.o(.text+0x18): undefined reference to `fpgetmask'
except.o(.text+0x3c): undefined reference to `fpgetsticky'
except.o(.text+0x94): undefined reference to `fpgetsticky'
except.o(.text+0xe4): undefined reference to `fpsetsticky'
except.o(.text+0xfc): undefined reference to `fpgetsticky'
except.o(.text+0x14c): undefined reference to `fpsetsticky'
except.o(.text+0x164): undefined reference to `fpgetsticky'
except.o(.text+0x1b4): undefined reference to `fpsetsticky'
except.o(.text+0x1cc): undefined reference to `fpgetsticky'
except.o(.text+0x21c): undefined reference to `fpsetsticky'
except.o(.text+0x224): undefined reference to `fpsetmask'
except.o(.text+0x278): undefined reference to `fpsetmask'
except.o(.text+0x2c4): undefined reference to `fpsetmask'
except.o(.text+0x310): undefined reference to `fpsetmask'
collect2: ld returned 1 exit status
*** Error code 1


Are these functions not yet implemented on the PPC platform, or
is something else wrong with my setup?


Regards,

- Havard