linux - How to install gfortran in CentOS offline? -


in order run program need ssh cluster. cluster doesn't have gfortran compiler needed program. there not network in cluster can't install gfortran through yum install gcc-gfortran. have tried install new gcc offline, errors occurred during make stage, what's worse, couldn't find solution these errors. i'd know whether there better way install gfortran in centos offline?

p.s.: computer's os windows.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -