|
|
root@localhost vasp.5.lib]# make -f makefile.linux_ifc_P4_zxfang
ifort -O0 -FI -FR -c preclib.f
cc -O -c timing_.c
cc -O -c derrf_.c
cc -O -c dclock_.c
gcc -E -P -C diolib.F >diolib.f
gcc: error trying to exec 'f951': execvp: No such file or directory
make: *** [diolib.o] Error 1
[root@localhost vasp.5.lib]# cp diolib.F diolib.f
cp: overwrite `diolib.f'? y
[root@localhost vasp.5.lib]# make -f makefile.linux_ifc_P4_zxfang
ifort -O0 -FI -FR -c diolib.f
gcc -E -P -C dlexlib.F >dlexlib.f
gcc: error trying to exec 'f951': execvp: No such file or directory
make: *** [dlexlib.o] Error 1
[root@localhost vasp.5.lib]# cp dlexlib.F diolib.f
cp: overwrite `diolib.f'? y
[root@localhost vasp.5.lib]# make -f makefile.linux_ifc_P4_zxfang
ifort -O0 -FI -FR -c diolib.f
diolib.f(6): warning #5117: Bad # preprocessor line
#ifdef LONGCHAR
-^
diolib.f(13): warning #5117: Bad # preprocessor line
#endif
-^
diolib.f(19): warning #5117: Bad # preprocessor line
#ifdef LONGCHAR
-^
diolib.f(23): warning #5117: Bad # preprocessor line
#else
-^
diolib.f(26): warning #5117: Bad # preprocessor line
#endif
-^
diolib.f(30): warning #5117: Bad # preprocessor line
#ifdef LONGCHAR
-^
diolib.f(184): warning #5117: Bad # preprocessor line
#endif
-^
diolib.f(24): error #6205: This object has already been SAVEd. [B5]
SAVE B5,B6,B7,B8
----------------------^
diolib.f(24): error #6205: This object has already been SAVEd. [B6]
SAVE B5,B6,B7,B8
-------------------------^
diolib.f(24): error #6205: This object has already been SAVEd. [B7]
SAVE B5,B6,B7,B8
----------------------------^
diolib.f(24): error #6205: This object has already been SAVEd. [B8]
SAVE B5,B6,B7,B8
-------------------------------^
diolib.f(288): warning #5117: Bad # preprocessor line
#ifdef LONGCHAR
-^
diolib.f(290): warning #5117: Bad # preprocessor line
#else
-^
diolib.f(292): warning #5117: Bad # preprocessor line
#endif
-^
diolib.f(337): warning #5117: Bad # preprocessor line
#ifdef LONGCHAR
-^
diolib.f(339): warning #5117: Bad # preprocessor line
#else
-^
diolib.f(341): warning #5117: Bad # preprocessor line
#endif
-^
diolib.f(291): error #6418: This name has already been assigned a data type. [BUFFER]
CHARACTER*255 BUFFER,FORM,NUMBER,DUMMY
--------------------^
diolib.f(291): error #6418: This name has already been assigned a data type. [FORM]
CHARACTER*255 BUFFER,FORM,NUMBER,DUMMY
---------------------------^
diolib.f(291): error #6418: This name has already been assigned a data type. [NUMBER]
CHARACTER*255 BUFFER,FORM,NUMBER,DUMMY
--------------------------------^
diolib.f(291): error #6418: This name has already been assigned a data type. [DUMMY]
CHARACTER*255 BUFFER,FORM,NUMBER,DUMMY
---------------------------------------^
compilation aborted for diolib.f (code 1)
make: *** [diolib.o] Error 1
[root@localhost vasp.5.lib]#
问题还是会出现。。。 我说的就是这个会被中止(aborted),总觉得这样治标不治本,以前都不会出现这种问题。 |
|