Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!mmdf From: HBO043%DJUKFA11@pucc.princeton.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: C-68k and MAN pages Message-ID: <42292@nigel.ee.udel.edu> Date: 21 Jan 91 09:04:51 GMT Sender: mmdf@ee.udel.edu Lines: 14 If you compile c68 with ACK, be sure to have the floating point extensions installed. The warning means that ACK cannot handle FP constants. Once c68 is compiled correctly, everything works. /usr/include should be in the list of the standard include path'es. If not, try giving a -I/usr/include argument to cpp via cc. I will add a short note on c68 with the next update, which is to be shipped out. Most important options: -warn/-nowarn: suppress/do not suppress some warnings -short/-noshort: ints are 16/32 bits long C.v.W.