[11224] in Athena Bugs
decmips 7.6G: ghcc, part of "multi" locker
daemon@ATHENA.MIT.EDU (sethf@MIT.EDU)
Mon Oct 18 02:10:02 1993
From: sethf@MIT.EDU
To: bugs@MIT.EDU
Cc: alexp@MIT.EDU
Date: Mon, 18 Oct 93 02:09:48 EDT
System name: lockpick
Type and version: KN02ca 7.6G
Display type: PMAG-DV
What were you trying to do?
Try out ghcc, in the "multi" locker
What's wrong:
Put the following in a file test.c:
main()
{
float x = 1.0;
1/x;
}
% ghcc -check=all test.c
C-MIPS 1.8.7#09 Copyright (C)
1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,
1993 Green Hills Software, Inc. All rights reserved.
[lx] undefined: _rnerr
referenced in 'test.o'
But note
% ghcc -ansi -check=all test.c
C-MIPS 1.8.7#09 Copyright (C)
1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,
1993 Green Hills Software, Inc. All rights reserved.
[works]
What should have happened:
It should compile and link the above program.
Please describe any relevant documentation references:
/mit/multi/README.to_run:
"Multi is unsupported and new so you are on your own."