compiling NWChem 6.6 on Centos6


Click here for full thread
Clicked A Few Times
I am trying to compile NWChem 6.6 on Centos 6 by following the instructions for RHEL 6, but the compilation results in error as follows. (the following messages are last 20 lines)

Is there any trick or should I follow the instruction for other distros? For example, as discussed in this forum, NWChem 6.6 is not properly installed on Centos 7.1 by following the instruction, but can be installed by following the instructions for Fedora 22. The exactly same things happened on my system. (Due to some network issue, I had to downgrade from Centos7 to Centos 6).

/opt/nwchem-6.6/lib/LINUX64/libpeigs.a(mgscs.o): In function `mgscs':
mgscs.c:(.text+0x57b): undefined reference to `ydot_'
mgscs.c:(.text+0x5b3): undefined reference to `yaxpy_'
mgscs.c:(.text+0x5fe): undefined reference to `ydot_'
mgscs.c:(.text+0x636): undefined reference to `yaxpy_'
mgscs.c:(.text+0x67e): undefined reference to `ydot_'
mgscs.c:(.text+0x6b6): undefined reference to `yaxpy_'
mgscs.c:(.text+0x6fe): undefined reference to `ydot_'
mgscs.c:(.text+0x736): undefined reference to `yaxpy_'
mgscs.c:(.text+0x7a6): undefined reference to `ynrm2_'
mgscs.c:(.text+0x7d1): undefined reference to `yscal_'
mgscs.c:(.text+0x7f6): undefined reference to `ycopy_'
mgscs.c:(.text+0x840): undefined reference to `ydot_'
mgscs.c:(.text+0x879): undefined reference to `yaxpy_'
mgscs.c:(.text+0x8be): undefined reference to `ydot_'
mgscs.c:(.text+0x8f6): undefined reference to `yaxpy_'
mgscs.c:(.text+0x936): undefined reference to `ydot_'
mgscs.c:(.text+0x96e): undefined reference to `yaxpy_'
mgscs.c:(.text+0x9ae): undefined reference to `ydot_'
mgscs.c:(.text+0x9e6): undefined reference to `yaxpy_'
collect2: ld returned 1 exit status
make: *** [all] Error 1