I need g77-3.4 and have installed it from hardy repositories on Ubuntu 12.04 but to compile a program after make command it returns g77: command not found this procedure have no problem on Ubuntu 9.01, 10.10. is there any way to link "g77" to its proper location?
Asked
Active
Viewed 616 times
1 Answers
1
Install cook
from the standard repository. You don't need to install packages from hardy repository.
Open a terminal and execute this command below:
sudo apt-get install cook
Hope this will solve your problem.
-
Thank you i try it. but what does "cook" do? – Pantea Davoudifar Sep 09 '12 at 07:19
-
I guess it does not work because the program i am compiling is written by fortran 77 and needs g77-3.4 to compile the problem is that ubuntu 12.04 does not recognize g77-3.4 compiler – Pantea Davoudifar Sep 09 '12 at 07:24
-
Did you tried this? – Anwar Sep 09 '12 at 08:02