[6327] in Athena Bugs
rt 7.1: /bin/ld
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Sun Nov 4 09:09:07 1990
Date: Sun, 4 Nov 90 09:08:53 -0500
From: Ken Raeburn <Raeburn@MIT.Edu>
To: bugs@ATHENA.MIT.EDU
I was linking a program with the following compiler options:
-Hon=read_only_strings -Z -w -O -g -pg
I got an error message "Undefined:" followed by duplicate-definition
errors for every symbol in the program (and libraries, and gcrt0.o).
I copied a couple of the archives and all the .o files elsewhere, ran
"cc *.o *.a -lkrb -ldes -lcom_err -v" and got the correct error
message:
Undefined:
__Alloca__FUi
_._Alloca__FUi
I should have received this message the first time.