[7055] in Athena Bugs
xmkmf
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Feb 6 14:16:12 1991
Date: Wed, 6 Feb 91 14:15:56 EST
From: "Barr3y Jaspan" <bjaspan@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU, bug-ps2@ATHENA.MIT.EDU, ps2-bug@ATHENA.MIT.EDU,
(I didn't use sendbug because emacsclient isn't built on the ps2, and
I like emacs. :-)
I used xmkmf on the 'xrn' Imakefile, and the generated makefile has
the following compile command:
/bin/acc -q -g -Dibm -DSYSV -Di386 -DiAPX386 -c <filename.c>
There are two bugs here:
(1) -g is included (jfc says it shouldn't be)
(2) -DUNIXCPP is not included, and it has to be
In general, though, I was pretty impressed that imake got all the
other things right. :-)
Barr3y