Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!ginosko!uunet!husc6!paperboy!pnh From: pnh@morocco.osf.org (unknown) Newsgroups: gnu.gcc Subject: More hints on building gcc on HP300's Message-ID: Date: 12 Sep 89 17:17:45 GMT Sender: news@OSF.ORG Distribution: gnu Organization: Open Software Foundation Lines: 9 The other notes on building gcc on HP300 were useful. I built on 6.5 HP-UX. These two things might or might not be helpful: - FLOAT is a symbol in /usr/include/sys/param.h header file AND an instruction in rtl.def, included by rtl.h ... you may #undef FLOAT in the appropriate place or find a more creative solution - Add -lsetjmp to end of Makefile command for building cc1 (broken out into separate library)