[13205] in Athena Bugs
Re: rsaix 7.7J: gcc (both cygnus and gnu locker)
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Feb 11 13:18:40 1995
To: "Bruce R. Lewis" <brlewis@MIT.EDU>
Cc: bugs@MIT.EDU, gnu@MIT.EDU
In-Reply-To: Your message of "Sat, 11 Feb 1995 12:18:51 EST."
<9502111718.AA15662@augmented.MIT.EDU>
Date: Sat, 11 Feb 1995 13:18:58 EST
From: Greg Hudson <ghudson@MIT.EDU>
> I get the following problem whether cygnus or gnu is first in my
> path:
> gcc -o mapedit gd.o mapedit.o -O -D__STR31__ -L/mit/x11/rsaixlib
> -lXaw -lXmu -lXt -lXext -lX11 -lm -bnodelcsect
It looks like you changed xlc to gcc in a Makefile generated from
imake, but didn't fix the corresponding compiler options. 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".
Try again without -bnodelcsect.