Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!comp.vuw.ac.nz!jonathan From: jonathan@comp.vuw.ac.nz Newsgroups: gnu.g++.lib.bug Subject: libg++ 1.36.0 on HP300+MORE/bds Message-ID: <8911130949.AA00702@comp.vuw.ac.nz> Date: 13 Nov 89 09:49:22 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 19 HP300s running 4.3bsd-tahoe from Mt.Xinu do not define __HAVE_68881__. The following diff works around this, letting ``make tests'' make with no significant differences: *** math.h.orig Fri Sep 8 23:37:23 1989 --- math.h Tue Nov 7 09:49:18 1989 *************** *** 28,33 **** --- 28,37 ---- + #if defined(hp300) && defined(__HAVE_FPU__) + #define __HAVE_68881__ 1 + #endif + #ifdef __HAVE_68881__ /* MC68881/2 Floating-Point Coprocessor */ #include extern "C" { /* fill in what we've left out */