[8630] in Athena Bugs
rios cc
daemon@ATHENA.MIT.EDU (Edward M. Lee)
Mon Nov 18 21:53:19 1991
To: bugs@Athena.MIT.EDU
Date: Mon, 18 Nov 91 21:53:25 EST
From: Edward M. Lee <blade@Athena.MIT.EDU>
Athena Workstation (RSAIX) Version 7.3R Thu Oct 24 19:30:18 EDT 1991
What were you trying to do?
Compile a random X program (with Motif)
What's wrong:
/bin/cc -qro -I/usr/athena/include -c -g main.c does the wrong
thing.
1) cc -E ... reports that cc includes /usr/include/X11 stuff,
NOT /usr/athena/include/X11/...
-I FAILED.
2) On vax and rt, /usr/include/X11 is a symlink to
../athena/include/X11 but on the rios, it is a separate
directory with (I think) Ibm copies of X headers. Why? It
wouldn't really matter to me, except that 1) precludes me
from working around it in a portable way.