Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

'g77' is not a recognized......

Status
Not open for further replies.

Pedrophysicist

Technical User
Dec 19, 2008
1
CA
I am working with a GNU Fortran Compiler. Historically I have had no problems writing simple programs. Recently, after a software upgrade to my core program, I have been getting this error......

'g77' is not recognized as an internal or external command, operable program, or batch file.
'g77' is not recognized as an internal or external command, operable program, or batch file.
'dllwrap' is not recognized as an internal or external command, operable program, or batch file.



Thanks in advance
 
g77 is no longer on your path.

1) Find out where the g77 compiler is
2) Check that the directory in which it lives is on your path
 
If you are after software upgrade, it's possible then you don't have g77, but you have gfortran or g95 /g77 is obsolete, it's no longer developed/
Instead of calling g77 try to call gfortran or g95.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top