amber14安装过程中出现提示无法用icc编译c程序是什么原因?

在安装amber14过程,最后执行命令./configure -intelmpi Intel

[yuj@node24 amber14-normal]$ ./configure -mpi intel
Checking for updates...
Checking for available patches online. This may take a few seconds...
Traceback (most recent call last):
  File "./update_amber", line 23, in <module>
    app.mainloop()
  File "/home/yuj/amber14-normal/updateutils/main.py", line 479, in mainloop
    self.check_updates()
  File "/home/yuj/amber14-normal/updateutils/main.py", line 163, in check_updates
    if self.upgrade.look_for_upgrade():
  File "/home/yuj/amber14-normal/updateutils/downloader.py", line 104, in new_fcn
    return fcn(*args, **kwargs)
  File "/home/yuj/amber14-normal/updateutils/upgrade.py", line 73, in look_for_upgrade
    urlopen(self.location + 'message.txt')
  File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.6/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.6/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.6/urllib2.py", line 1190, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib64/python2.6/urllib2.py", line 1165, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error timed out>
Check for updates failed.
Searching for python2... Found python2.6: /usr/bin/python2.6

Obtaining the intel compiler suite versions, e.g.:
     icc -v
The C version is /lib64/libc.so.6:
The Fortran version is /lib64/libc.so.6:
./configure2: line 1168: [: /lib64/libc: integer expression expected
./configure2: line 1219: [: /lib64/libc: integer expression expected
./configure2: line 1231: [: /lib64/libc: integer expression expected
./configure2: line 1257: [: /lib64/libc: integer expression expected
./configure2: line 1309: [: /lib64/libc: integer expression expected
./configure2: line 1326: [: /lib64/libc: integer expression expected

Testing the icc compiler:
     icc -fpic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE  -o testp testp.c
icc: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by icc)
./configure2: line 2110: ./testp: No such file or directory
Error: Unable to compile a C program using icc -fpic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
       Please check your compiler settings or configure flags.
Configure failed due to the errors above!

会出现如上错误,网上搜不到类似问题,想请教一下具体是怎么回事

https://jingyan.baidu.com/article/14bd256e353139bb6d261230.html