[13206] in Athena Bugs
Re: rsaix 7.7J: gcc (both cygnus and gnu locker)
daemon@ATHENA.MIT.EDU (brlewis@MIT.EDU)
Sat Feb 11 14:28:56 1995
From: brlewis@MIT.EDU
Date: Sat, 11 Feb 95 14:28:52 -0500
To: Greg Hudson <ghudson@MIT.EDU>
Cc: "Bruce R. Lewis" <brlewis@MIT.EDU>, bugs@MIT.EDU, gnu@MIT.EDU
In-Reply-To: "[13205] in Athena Bugs"
In
particular, "-bnodelcsect" appears to be an undocumented option to xlc
which the Athena imakefile authors found useful, but tells gcc to look
for various files in a directory for target machine "nodelcsect".
Yes, that was the problem.
It looks like you changed xlc to gcc in a Makefile generated from
imake, but didn't fix the corresponding compiler options.
No, breaking imake does not require anything that stupid. All I did was
use an Imakefile off the net that set CC=gcc. I added,
CCOPTIONS =
EXTRA_LOAD_FLAGS =
to the Imakefile and that fixed the problem.