1

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?

1 Answers1

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.

Anwar
  • 76,649