Error when installing CDO-1.9.6 in CentOS 6
Added by Candrasa Surya Dharma almost 6 years ago
Hi.. I am new to linux, and I am trying to install CDO,
I would like to ask, how to solve the error that i encounter when building CDO-1.9.6 on CentOS 6...
I have followed [this instruction[https://gist.github.com/mainvoid007/e5f1c82f50eb0459a55dfc4a0953a08e#file-installcdo-sh-L57]]
but I am using CDO-1.9.6 instead of CDO-1.9.1, and get error warning like this undefined reference to `_gfortran_os_error'
I have attach the config.log file with this post
thanks for your help
config.log (118 KB) config.log | the result of ./configure on CDO-1.9.6 |
Replies (1)
RE: Error when installing CDO-1.9.6 in CentOS 6 - Added by Ralf Mueller almost 6 years ago
hi Candrasa!
thx for the upload of your config.log
file. you seem to have a gcc 4.8, but a gfortran 4.4 installed. this is not optimal. I recommend that you update the so-called devtools
package (http://mirror.centos.org/centos/6/sclo/x86_64/rh/devtoolset-8/). with something like
yum install devtoolset-8I am not an expert on CentOS, though
hth
ralf