[4697] in Athena Bugs
rt 6.4R: libF77.a, abort
daemon@ATHENA.MIT.EDU (ellis@ATHENA.MIT.EDU)
Thu Apr 5 17:02:37 1990
From: ellis@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Thu, 05 Apr 90 17:02:24 EDT
System name: mordor
Type and version: RTPC-ROMPC 6.4R
Display type: apa16
What were you trying to do?
use "abort" function described in "man 3f abort"
c
c sample program
c
write(6,*) "Enter integer:"
read(5,*) i
if ( i .eq. 1) then
call abort("Lets blow this joint")
else
call exit(999)
endif
stop
end
What's wrong:
On VAXEN, nargs is defined in libc. On the RT it is not defined:
% f77 test.f
test.f:
MAIN:
Undefined:
_nargs
_.nargs
What should have happened:
program should have linked correctly.
Please describe any relevant documentation references:
none