[comp.os.minix] C-68k and MAN pages

HBO043%DJUKFA11@pucc.princeton.edu (Christoph van Wuellen) (01/21/91)

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.