fortran90 - compiling fortran 77 code with ifort : libg2c missing -


i compiling fortran 77 code ifort 2013 compiler. code requires linking libg2c, library missing. can find it? working on remote computer cluster, there way install library locally?

libg2c library used obsolete g77 compiler. if reference in makefile found, remove it. "ifort" command should able provide necessary libraries.


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -