- 积分
- 1784
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-4-8
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
make过程没有出现error,但make install的时候,出现error
echo "Installing I/O API and M3TOOLS in /home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort and /home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort"
Installing I/O API and M3TOOLS in /home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort and /home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort
(cd /home/mqx/models/LIBRARIES/ioapi-3.2/ioapi ; make BIN=Linux2_x86_64ifort INSTDIR=/home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort install)
make[1]: Entering directory `/public/home/mqx/models/LIBRARIES/ioapi-3.2/ioapi'
echo "Installing in /home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort" ; cd /home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort; cp libioapi.a m3utilio.mod modgctp.mod modwrfio.mod modmpasfio.mod modatts3.mod modncfio.mod modpdata.mod /home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort
Installing in /home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort
cp: ‘libioapi.a’ and ‘/home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort/libioapi.a’ are the same file
cp: ‘m3utilio.mod’ and ‘/home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort/m3utilio.mod’ are the same file
cp: ‘modgctp.mod’ and ‘/home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort/modgctp.mod’ are the same file
cp: ‘modwrfio.mod’ and ‘/home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort/modwrfio.mod’ are the same file
cp: ‘modmpasfio.mod’ and ‘/home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort/modmpasfio.mod’ are the same file
cp: ‘modatts3.mod’ and ‘/home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort/modatts3.mod’ are the same file
cp: ‘modncfio.mod’ and ‘/home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort/modncfio.mod’ are the same file
cp: ‘modpdata.mod’ and ‘/home/mqx/models/LIBRARIES/ioapi-3.2/Linux2_x86_64ifort/modpdata.mod’ are the same file
make[1]: *** [install] Error 1
make[1]: Leaving directory `/public/home/mqx/models/LIBRARIES/ioapi-3.2/ioapi'
不知道有没有大神碰到过相似的情况,如何解决,谢谢
|
|