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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -