[4054] in Athena Bugs
f77 -L flag : both platforms
daemon@ATHENA.MIT.EDU (kevles@ATHENA.MIT.EDU)
Fri Jan 26 12:02:47 1990
From: kevles@ATHENA.MIT.EDU
Date: Fri, 26 Jan 90 12:02:29 -0500
To: bugs@ATHENA.MIT.EDU
f77 apparently does not pass the -L flag on to ld. This happens on both
platforms under 6.4R, and probably didn't work on 6.3 either. Ie:
(from an olc user)
I am trying to access the NAg lobrary on a color IBM RT.
i issued the commands
% attach beta
% f77 -o outfile -L/mit/beta/rtlib sourcefile.f subroutine1.f -lnag
the response is
invalid flag -mi
He was on m66-070-5. On Caliban (a pVax) I got:
(~) Meow? f77 -L/mit/kevles
invalid flag -it
--Beth