On Sun, 15 Dec 1996, Alex Lobkovsky wrote: > After upgrading to Debian 1.2 g77 is broken. It says when invoked > > gcc: installation problem, cannot exec `f771': No such file or directory > > But f771 is in /usr/lib/gcc-lib/i486-linux/2.7.2/ and is executable by > everyone. I have reinstalled gcc and g77 but that did not help. What am > I doing wrong. > > -many thanks, >
I think the problem is that g77 was compiled using gcc 2.7.2 and in Debian 1.2 we use gcc 2.7.2.1. I solved this problem by doing cd /usr/lib/gcc-lib/i486-linux/2.7.2.1 ln -s ../2.7.2/f771 f771 ln -s ../2.7.2/libf2c.a libf2c.a Then I was able to compile my FORTRAN programs. I hope it helps. Ramos. ---------- J. RAMOS Goncalves | E-mail: [EMAIL PROTECTED] Department of Physics - University of Reading - England - U.K. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]