qq_28456143 2015-07-27 13:44 采纳率: 33.3%
浏览 2837

我在安装vasp4.6时进行最后一步编译vasp4的makefile时有问题

我make后makefile:344: 警告:覆盖关于目标“xcgrad.o”的命令

makefile:289: 警告:忽略关于目标“xcgrad.o”的旧命令
ifort -Mfree -Mx,119,0x200000 -O2 -tp p6 -c base.f
ifort: command line warning #10006: ignoring unknown option '-Mfree'
ifort: command line warning #10006: ignoring unknown option '-Mx,119,0x200000'
ifort: command line remark #10148: option '-tp p6' not supported
base.f(1): error #5149: Illegal character in statement label field [/]
/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
^
base.f(1): error #5149: Illegal character in statement label field [*]
/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
-^
base.f(1): error #5149: Illegal character in statement label field [C]
/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
---^
base.f(1): error #5149: Illegal character in statement label field [o]
/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
----^
base.f(1): error #5118: First statement in file must not be continued
/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
-----^
base.f(2): error #5149: Illegal character in statement label field [T]
This file is part of the GNU C Library.
---^
base.f(2): error #5149: Illegal character in statement label field [h]
This file is part of the GNU C Library.
----^
base.f(4): error #5149: Illegal character in statement label field [T]
The GNU C Library is free software; you can redistribute it and/or
---^
base.f(4): error #5149: Illegal character in statement label field [h]
The GNU C Library is free software; you can redistribute it and/or
----^
base.f(1): error #5082: Syntax error, found INTEGER_CONSTANT '1991' when expecting one of: ( % [ . = =>
/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
-----------------^
base.f(5): error #5149: Illegal character in statement label field [m]
modify it under the terms of the GNU Lesser General Public
---^
base.f(5): error #5149: Illegal character in statement label field [o]
modify it under the terms of the GNU Lesser General Public
----^
base.f(6): error #5149: Illegal character in statement label field [L]
License as published by the Free Software Foundation; either
---^
base.f(6): error #5149: Illegal character in statement label field [i]
License as published by the Free Software Foundation; either
----^
base.f(4): error #5082: Syntax error, found '/' when expecting one of: ( % [ : . = =>
The GNU C Library is free software; you can redistribute it and/or
------------------------------------------------------------------^
base.f(7): error #5149: Illegal character in statement label field [v]
version 2.1 of the License, or (at your option) any later version.
---^
base.f(7): error #5149: Illegal character in statement label field [e]
version 2.1 of the License, or (at your option) any later version.
----^
base.f(9): error #5149: Illegal character in statement label field [T]
The GNU C Library is distributed in the hope that it will be useful,
---^
base.f(9): error #5149: Illegal character in statement label field [h]
The GNU C Library is distributed in the hope that it will be useful,
----^
base.f(10): error #5149: Illegal character in statement label field [b]
but WITHOUT ANY WARRANTY; without even the implied warranty of
---^
base.f(10): error #5149: Illegal character in statement label field [u]
but WITHOUT ANY WARRANTY; without even the implied warranty of
----^
base.f(7): error #5082: Syntax error, found INTEGER_CONSTANT '1' when expecting one of:
version 2.1 of the License, or (at your option) any later version.
-------------^
base.f(11): error #5149: Illegal character in statement label field [M]
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
---^
base.f(11): error #5149: Illegal character in statement label field [E]
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
----^
base.f(12): error #5149: Illegal character in statement label field [L]
Lesser General Public License for more details.
---^
base.f(12): error #5149: Illegal character in statement label field [e]
Lesser General Public License for more details.
----^
base.f(14): error #5149: Illegal character in statement label field [Y]
You should have received a copy of the GNU Lesser General Public
---^
base.f(14): error #5149: Illegal character in statement label field [o]
You should have received a copy of the GNU Lesser General Public
----^
base.f(15): error #5149: Illegal character in statement label field [L]
License along with the GNU C Library; if not, see
---^
base.f(15): error #5149: Illegal character in statement label field [i]
License along with the GNU C Library; if not, see
----^
base.f(16): catastrophic error: Too many errors, exiting
compilation aborted for base.f (code 1)
make: *** [base.o] 错误 1
求大神相助啊

  • 写回答

2条回答

  • devmiao 2015-07-27 15:37
    关注
    评论

报告相同问题?

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题