hplcmake编译opencv出错出错,是不是make文件的问题

新手园地& & & 硬件问题Linux系统管理Linux网络问题Linux环境编程Linux桌面系统国产LinuxBSD& & & BSD文档中心AIX& & & 新手入门& & & AIX文档中心& & & 资源下载& & & Power高级应用& & & IBM存储AS400Solaris& & & Solaris文档中心HP-UX& & & HP文档中心SCO UNIX& & & SCO文档中心互操作专区IRIXTru64 UNIXMac OS X门户网站运维集群和高可用服务器应用监控和防护虚拟化技术架构设计行业应用和管理服务器及硬件技术& & & 服务器资源下载云计算& & & 云计算文档中心& & & 云计算业界& & & 云计算资源下载存储备份& & & 存储文档中心& & & 存储业界& & & 存储资源下载& & & Symantec技术交流区安全技术网络技术& & & 网络技术文档中心C/C++& & & GUI编程& & & Functional编程内核源码& & & 内核问题移动开发& & & 移动开发技术资料ShellPerlJava& & & Java文档中心PHP& & & php文档中心Python& & & Python文档中心RubyCPU与编译器嵌入式开发驱动开发Web开发VoIP开发技术MySQL& & & MySQL文档中心SybaseOraclePostgreSQLDB2Informix数据仓库与数据挖掘NoSQL技术IT业界新闻与评论IT职业生涯& & & 猎头招聘IT图书与评论& & & CU技术图书大系& & & Linux书友会二手交易下载共享Linux文档专区IT培训与认证& & & 培训交流& & & 认证培训清茶斋投资理财运动地带快乐数码摄影& & & 摄影器材& & & 摄影比赛专区IT爱车族旅游天下站务交流版主会议室博客SNS站务交流区CU活动专区& & & Power活动专区& & & 拍卖交流区频道交流区
白手起家, 积分 63, 距离下一级还需 137 积分
论坛徽章:0
Debian&&内核 2.6.26-1-686
目的:装网卡驱动
网卡的驱动文件为.gz
按照里面的readme 步骤如下
1. tar ....&&成功
& &make& && &后给的提示如下(bnx2-1.4.51b为解压后的目录)
问题: 倒底是什么原因,make不过去呢?
感谢后面很多人 的回帖,可都是缺乏营养.. 在这里还时想劳烦各位高手帮我分析一下,我确实是没辄了。。
---------------------------------------------------------------------------------------------------------------------
& & 从下面的错误输出中 一到这个 /usr/src/bnx2-1.4.51b/src/bnx2.c&&就全出错了。。。我不知道是因为bnx2.c这个文件本身有问题吗?还是别的原因,我还是提出一下我的想法,望各位帮帮我,我实在是严重的缺乏经验啊!
1. bnx2.c这个文件我是从机子带的光盘里拷出来的驱动解压缩出来的(机子是 IBM的X3650),应该来说不可能是这个文件有问题吧!
& &&&需要把bnx2.c的内容放出来吗?这个可是官方的,我可是没动过也不会
& &&&我把部分bnx2.c的内容放在
2. 会不会是gcc版本或者make版本有问题呢?比如版本过低或过高的影响?
& &&&我的gcc 是4.3.2& &make是3.81
---------------------------------------------------------------------------------------------------------------------
高手帮我看看呀,我就在崩溃边缘了
debian:/usr/src/bnx2-1.4.51b/src#make
make -C /lib/modules/2.6.26-1-686/build SUBDIRS=/usr/src/bnx2-1.4.51b/src modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.26-1-686'
&&CC [M]&&/usr/src/bnx2-1.4.51b/src/bnx2.o
/usr/src/bnx2-1.4.51b/src/bnx2.c: In function 'bnx2_netif_stop':
/usr/src/bnx2-1.4.51b/src/bnx2.c:428: error: implicit declaration of function 'netif_poll_disable'
/usr/src/bnx2-1.4.51b/src/bnx2.c: In function 'bnx2_netif_start':
/usr/src/bnx2-1.4.51b/src/bnx2.c:440: error: implicit declaration of function 'netif_poll_enable'
/usr/src/bnx2-1.4.51b/src/bnx2.c: In function 'bnx2_msi':
/usr/src/bnx2-1.4.51b/src/bnx2.c:1974: error: too few arguments to function 'netif_rx_schedule'
/usr/src/bnx2-1.4.51b/src/bnx2.c: In function 'bnx2_interrupt':
/usr/src/bnx2-1.4.51b/src/bnx2.c:2009: error: too few arguments to function 'netif_rx_schedule'
/usr/src/bnx2-1.4.51b/src/bnx2.c: In function 'bnx2_poll':
/usr/src/bnx2-1.4.51b/src/bnx2.c:2059: error: 'struct net_device' has no member named 'quota'
/usr/src/bnx2-1.4.51b/src/bnx2.c:2060: error: 'struct net_device' has no member named 'quota'
/usr/src/bnx2-1.4.51b/src/bnx2.c:2064: error: 'struct net_device' has no member named 'quota'
/usr/src/bnx2-1.4.51b/src/bnx2.c:2071: error: too few arguments to function 'netif_rx_complete'
/usr/src/bnx2-1.4.51b/src/bnx2.c: In function 'bnx2_vlan_rx_kill_vid':
/usr/src/bnx2-1.4.51b/src/bnx2.c:4522: error: 'struct vlan_group' has no member named 'vlan_devices'
/usr/src/bnx2-1.4.51b/src/bnx2.c: In function 'bnx2_start_xmit':
/usr/src/bnx2-1.4.51b/src/bnx2.c:4666: error: 'struct sk_buff' has no member named 'h'
/usr/src/bnx2-1.4.51b/src/bnx2.c:4670: error: 'struct sk_buff' has no member named 'h'
/usr/src/bnx2-1.4.51b/src/bnx2.c:4671: error: 'struct sk_buff' has no member named 'h'
/usr/src/bnx2-1.4.51b/src/bnx2.c:4673: error: 'struct sk_buff' has no member named 'nh'
/usr/src/bnx2-1.4.51b/src/bnx2.c:4675: error: 'struct sk_buff' has no member named 'nh'
/usr/src/bnx2-1.4.51b/src/bnx2.c:4676: error: 'struct sk_buff' has no member named 'nh'
/usr/src/bnx2-1.4.51b/src/bnx2.c:4677: error: 'struct sk_buff' has no member named 'h'
/usr/src/bnx2-1.4.51b/src/bnx2.c:4678: error: 'struct sk_buff' has no member named 'nh'
/usr/src/bnx2-1.4.51b/src/bnx2.c:4679: error: 'struct sk_buff' has no member named 'nh'
/usr/src/bnx2-1.4.51b/src/bnx2.c:4682: error: 'struct sk_buff' has no member named 'nh'
/usr/src/bnx2-1.4.51b/src/bnx2.c:4683: error: 'struct sk_buff' has no member named 'nh'
/usr/src/bnx2-1.4.51b/src/bnx2.c: At top level:
/usr/src/bnx2-1.4.51b/src/bnx2.c:5733: error: unknown field 'get_perm_addr' specified in initializer
/usr/src/bnx2-1.4.51b/src/bnx2.c:5733: error: 'ethtool_op_get_perm_addr' undeclared here (not in a function)
/usr/src/bnx2-1.4.51b/src/bnx2.c: In function 'bnx2_init_board':
/usr/src/bnx2-1.4.51b/src/bnx2.c:5859: error: implicit declaration of function 'SET_MODULE_OWNER'
/usr/src/bnx2-1.4.51b/src/bnx2.c:5910:48: error: macro &INIT_WORK& passed 3 arguments, but takes just 2
/usr/src/bnx2-1.4.51b/src/bnx2.c:5910: error: 'INIT_WORK' undeclared (first use in this function)
/usr/src/bnx2-1.4.51b/src/bnx2.c:5910: error: (Each undeclared identifier is reported only once
/usr/src/bnx2-1.4.51b/src/bnx2.c:5910: error: for each function it appears in.)
/usr/src/bnx2-1.4.51b/src/bnx2.c: In function 'bnx2_init_one':
/usr/src/bnx2-1.4.51b/src/bnx2.c:6234: error: 'struct net_device' has no member named 'poll'
/usr/src/bnx2-1.4.51b/src/bnx2.c:6236: error: 'struct net_device' has no member named 'weight'
make[2]: *** [/usr/src/bnx2-1.4.51b/src/bnx2.o] Error 1
make[1]: *** [_module_/usr/src/bnx2-1.4.51b/src] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.26-1-686'
make: *** [default] Error 2
[ 本帖最后由 configY 于
11:25 编辑 ]
&&nbsp|&&nbsp&&nbsp|&&nbsp&&nbsp|&&nbsp&&nbsp|&&nbsp
大富大贵, 积分 10160, 距离下一级还需 9840 积分
论坛徽章:0
肯定是没编译通过。
你有内核头文件吗?
论坛徽章:379
字符集的问题
export LANG=en_US,再编译看看信息是什么
白手起家, 积分 63, 距离下一级还需 137 积分
论坛徽章:0
原帖由 emmoblin 于
00:11 发表
肯定是没编译通过。
你有内核头文件吗?
那 应该装哪些头文件呢??
是apt-get install kernel-headers*&&--------------&&这样吗?
怎么能得到这些头文件呢.我有个安装盘一张DVD,好象apt-get install能装很多东西.
白手起家, 积分 63, 距离下一级还需 137 积分
论坛徽章:0
原帖由 chenyx 于
10:24 发表
字符集的问题
export LANG=en_US,再编译看看信息是什么
恩,,果然小方块不见了..高手就是不一样哦!呵呵..
&&debian:/usr/src/bnx2-1.4.51b/src#make
&&make -C& &SUBDIRS=/usr/src/bnx2-1.4.51b/src modules
& &make: ***&&SUBDIRS=/usr/src/bnx2-1.4.51b/src: No such file or directory.&&Stop.
&&make: ***&&[default] Error 2
这又是为什么呢? 当前操作的文件夹下有Makefile
家境小康, 积分 1267, 距离下一级还需 733 积分
论坛徽章:0
先建立usr/src/bnx2-1.4.51b/src这个目录试一下
论坛徽章:0
原帖由 emmoblin 于
00:11 发表
肯定是没编译通过。
你有内核头文件吗?
kernel-head检查是否完整
白手起家, 积分 63, 距离下一级还需 137 积分
论坛徽章:0
原帖由 love4u 于
15:42 发表
先建立usr/src/bnx2-1.4.51b/src这个目录试一下
这个目录已经有了
白手起家, 积分 63, 距离下一级还需 137 积分
论坛徽章:0
原帖由 kns1024wh 于
15:45 发表
kernel-head检查是否完整
怎么检查kernel-head是否完整呢?
丰衣足食, 积分 519, 距离下一级还需 481 积分
论坛徽章:0
编译网卡驱动之前,系统内核是否编译??
北京皓辰网域网络信息技术有限公司. 版权所有 京ICP证:060528号 北京市公安局海淀分局网监中心备案编号:
广播电视节目制作经营许可证(京) 字第1234号
中国互联网协会会员&&联系我们:
感谢所有关心和支持过ChinaUnix的朋友们
转载本站内容请注明原作者名及出处HPL Software
HPL Software
Download and Installation
then "gunzip hpl-2.1.tar. tar -xvf hpl-2.1.tar"
should create an
containing
distribution.
We call this directory the top level directory.
Make.&#60arch&#62
top-level directory.
this purpose,
one contained in the
directory.
This Make.&#60arch&#62 file
essentially contains
the compilers, libraries, and their paths to be used on your system.
"make arch=&#60arch&#62". This should create an executable
in the bin/&#60arch&#62 directory called xhpl.
For example,
a file called Make.Linux_PII in
directory.
arch=Linux_PII".
the executable file bin/Linux_PII/xhpl.
Quick check:
you have 4 nodes for
interactive use)
commands from the top
directory:
"cd bin/&#60arch&#62 ;
mpirun -np 4 xhpl".
should produce quite a bit of meaningful output on the screen.
performance parameters can be tuned, by modifying
the input file bin/&#60arch&#62/HPL.dat. See the
TUNING file in the
top-level directory.
Compile Time Options
the "model" Make.&#60arch&#62,
user is given
opportunity
to override
some default
compile options of this
software. The list of these options and their meaning is:
-DHPL_COPY_L
force the copy of the panel L before bcast
-DHPL_CALL_CBLAS
call the BLAS C interface
-DHPL_CALL_VSIPL
call the vsip library
-DHPL_DETAILED_TIMING
enable detailed timers
The user must choose between either the
Fortran 77 interface,
or the BLAS C interface, or the
library depending
computational kernels are available on his system. Only one of these
options should be selected.
interface,
it is necessary
to fill out
the machine-specific
Fortran 77 interface section of the
Make.&#60arch&#62
to the Make.&#60arch&#62 examples contained in
the setup directory.
By default HPL will:
not copy L before broadcast,
call the BLAS Fortran 77 interface,
not display detailed timing information.
As an example,
suppose one wants this software to copy the panel of
a contiguous buffer
before broadcasting.
more efficient
the software create the appropriate
user-defined data type
since this may avoid the data copy.
is a strange idea,
but one insists.
To achieve this
one would add
-DHPL_COPY_L
the definition of
HPL_OPTS at the end of the file
Make.&#60arch&#62.
"make clean arch=&#60arch&#62 ;
make build arch=&#60arch&#62"
the executable
will be re-build
with that feature in.小木虫 --- 600万学术达人喜爱的学术科研平台
&&查看话题
[求助]VASP编译出错:make: *** [vasp] 错误 1
`dsygst_':
: undefined reference to `dtrmm_'
../vasp.4.lib/lapack_double.o(.text+0x3bbfc): In function `dsygst_':
: undefined reference to `dsymm_'
../vasp.4.lib/lapack_double.o(.text+0x3bd0b): In function `dsygst_':
: undefined reference to `dsyr2k_'
../vasp.4.lib/lapack_double.o(.text+0x3be54): In function `dsygst_':
: undefined reference to `dsymm_'
../vasp.4.lib/lapack_double.o(.text+0x3bf7c): In function `dsygst_':
: undefined reference to `dtrmm_'
../vasp.4.lib/lapack_double.o(.text+0x3c924): In function `dsyev_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x3cc53): In function `dtrti2_':
: undefined reference to `dtrmv_'
../vasp.4.lib/lapack_double.o(.text+0x3ccaa): In function `dtrti2_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x3ceb9): In function `dtrti2_':
: undefined reference to `dtrmv_'
../vasp.4.lib/lapack_double.o(.text+0x3cf2c): In function `dtrti2_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x3d7f8): In function `dggbal_':
: undefined reference to `dswap_'
../vasp.4.lib/lapack_double.o(.text+0x3d8ac): In function `dggbal_':
: undefined reference to `dswap_'
../vasp.4.lib/lapack_double.o(.text+0x3d96c): In function `dggbal_':
: undefined reference to `dswap_'
../vasp.4.lib/lapack_double.o(.text+0x3d9f1): In function `dggbal_':
: undefined reference to `dswap_'
../vasp.4.lib/lapack_double.o(.text+0x3de7f): In function `dggbal_':
: undefined reference to `ddot_'
../vasp.4.lib/lapack_double.o(.text+0x3def2): In function `dggbal_':
: undefined reference to `ddot_'
../vasp.4.lib/lapack_double.o(.text+0x3e0b8): In function `dggbal_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x3e0f6): In function `dggbal_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x3e176): In function `dggbal_':
: undefined reference to `daxpy_'
../vasp.4.lib/lapack_double.o(.text+0x3e1f0): In function `dggbal_':
: undefined reference to `daxpy_'
../vasp.4.lib/lapack_double.o(.text+0x3e63d): In function `dggbal_':
: undefined reference to `ddot_'
../vasp.4.lib/lapack_double.o(.text+0x3e6a7): In function `dggbal_':
: undefined reference to `ddot_'
../vasp.4.lib/lapack_double.o(.text+0x3e897): In function `dggbal_':
: undefined reference to `daxpy_'
../vasp.4.lib/lapack_double.o(.text+0x3e928): In function `dggbal_':
: undefined reference to `daxpy_'
../vasp.4.lib/lapack_double.o(.text+0x3eaa1): In function `dggbal_':
: undefined reference to `idamax_'
../vasp.4.lib/lapack_double.o(.text+0x3eb6c): In function `dggbal_':
: undefined reference to `idamax_'
../vasp.4.lib/lapack_double.o(.text+0x3eda8): In function `dggbal_':
: undefined reference to `idamax_'
../vasp.4.lib/lapack_double.o(.text+0x3ee3e): In function `dggbal_':
: undefined reference to `idamax_'
../vasp.4.lib/lapack_double.o(.text+0x3f0ea): In function `dggbal_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x3f168): In function `dggbal_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x3f1f8): In function `dggbal_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x3f24b): In function `dggbal_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x4027e): In function `dgghrd_':
: undefined reference to `drot_'
../vasp.4.lib/lapack_double.o(.text+0x40363): In function `dgghrd_':
: undefined reference to `drot_'
../vasp.4.lib/lapack_double.o(.text+0x40420): In function `dgghrd_':
: undefined reference to `drot_'
../vasp.4.lib/lapack_double.o(.text+0x405f5): In function `dgghrd_':
: undefined reference to `drot_'
../vasp.4.lib/lapack_double.o(.text+0x406b5): In function `dgghrd_':
: undefined reference to `drot_'
../vasp.4.lib/lapack_double.o(.text+0x40772): more undefined references to `drot_' follow
../vasp.4.lib/lapack_double.o(.text+0x4b423): In function `dtgevc_':
: undefined reference to `dgemv_'
../vasp.4.lib/lapack_double.o(.text+0x4e218): In function `dggbak_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x4e2b7): In function `dggbak_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x4e410): In function `dggbak_':
: undefined reference to `dswap_'
../vasp.4.lib/lapack_double.o(.text+0x4e520): In function `dggbak_':
: undefined reference to `dswap_'
../vasp.4.lib/lapack_double.o(.text+0x4e62d): In function `dggbak_':
: undefined reference to `dswap_'
../vasp.4.lib/lapack_double.o(.text+0x4e73d): In function `dggbak_':
: undefined reference to `dswap_'
../vasp.4.lib/lapack_double.o(.text+0x4e8d4): In function `dgetf2_':
: undefined reference to `idamax_'
../vasp.4.lib/lapack_double.o(.text+0x4e9d1): In function `dgetf2_':
: undefined reference to `dswap_'
../vasp.4.lib/lapack_double.o(.text+0x4ea8d): In function `dgetf2_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x4ebe1): In function `dgetf2_':
: undefined reference to `dger_'
../vasp.4.lib/lapack_double.o(.text+0x518c9): In function `zstein_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x5192d): In function `zstein_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x51990): In function `zstein_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x51a8e): In function `zstein_':
: undefined reference to `dasum_'
../vasp.4.lib/lapack_double.o(.text+0x51b27): In function `zstein_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x51e0a): In function `zstein_':
: undefined reference to `idamax_'
../vasp.4.lib/lapack_double.o(.text+0x51eb4): In function `zstein_':
: undefined reference to `dnrm2_'
../vasp.4.lib/lapack_double.o(.text+0x51ef9): In function `zstein_':
: undefined reference to `idamax_'
../vasp.4.lib/lapack_double.o(.text+0x51f6e): In function `zstein_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x531fb): In function `dstein_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x5325c): In function `dstein_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x532bc): In function `dstein_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x533b4): In function `dstein_':
: undefined reference to `dasum_'
../vasp.4.lib/lapack_double.o(.text+0x53444): In function `dstein_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x535f6): In function `dstein_':
: undefined reference to `ddot_'
../vasp.4.lib/lapack_double.o(.text+0x5369d): In function `dstein_':
: undefined reference to `daxpy_'
../vasp.4.lib/lapack_double.o(.text+0x536db): In function `dstein_':
: undefined reference to `idamax_'
../vasp.4.lib/lapack_double.o(.text+0x53782): In function `dstein_':
: undefined reference to `dnrm2_'
../vasp.4.lib/lapack_double.o(.text+0x537c4): In function `dstein_':
: undefined reference to `idamax_'
../vasp.4.lib/lapack_double.o(.text+0x53836): In function `dstein_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x54bfe): In function `zhegv_':
: undefined reference to `ztrsm_'
../vasp.4.lib/lapack_double.o(.text+0x54ce0): In function `zhegv_':
: undefined reference to `ztrmm_'
../vasp.4.lib/lapack_double.o(.text+0x552ab): In function `ztrtri_':
: undefined reference to `ztrmm_'
../vasp.4.lib/lapack_double.o(.text+0x553d4): In function `ztrtri_':
: undefined reference to `ztrsm_'
../vasp.4.lib/lapack_double.o(.text+0x556f5): In function `ztrtri_':
: undefined reference to `ztrmm_'
../vasp.4.lib/lapack_double.o(.text+0x5584a): In function `ztrtri_':
: undefined reference to `ztrsm_'
../vasp.4.lib/lapack_double.o(.text+0x55e70): In function `dsygv_':
: undefined reference to `dtrsm_'
../vasp.4.lib/lapack_double.o(.text+0x55f52): In function `dsygv_':
: undefined reference to `dtrmm_'
../vasp.4.lib/lapack_double.o(.text+0x5647e): In function `dtrtri_':
: undefined reference to `dtrmm_'
../vasp.4.lib/lapack_double.o(.text+0x565a3): In function `dtrtri_':
: undefined reference to `dtrsm_'
../vasp.4.lib/lapack_double.o(.text+0x568b8): In function `dtrtri_':
: undefined reference to `dtrmm_'
../vasp.4.lib/lapack_double.o(.text+0x56a05): In function `dtrtri_':
: undefined reference to `dtrsm_'
../vasp.4.lib/lapack_double.o(.text+0x597bf): In function `dgetrf_':
: undefined reference to `dtrsm_'
../vasp.4.lib/lapack_double.o(.text+0x5999a): In function `dgetrf_':
: undefined reference to `dgemm_'
../vasp.4.lib/lapack_double.o(.text+0x59c72): In function `dgetrs_':
: undefined reference to `dtrsm_'
../vasp.4.lib/lapack_double.o(.text+0x59d1d): In function `dgetrs_':
: undefined reference to `dtrsm_'
../vasp.4.lib/lapack_double.o(.text+0x59dc1): In function `dgetrs_':
: undefined reference to `dtrsm_'
../vasp.4.lib/lapack_double.o(.text+0x59e5e): In function `dgetrs_':
: undefined reference to `dtrsm_'
../vasp.4.lib/lapack_double.o(.text+0x5a8a0): In function `zheevx_':
: undefined reference to `zdscal_'
../vasp.4.lib/lapack_double.o(.text+0x5a930): In function `zheevx_':
: undefined reference to `zdscal_'
../vasp.4.lib/lapack_double.o(.text+0x5ab9f): In function `zheevx_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x5ac26): In function `zheevx_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x5adc0): In function `zheevx_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x5b294): In function `zheevx_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x5b4b2): In function `zheevx_':
: undefined reference to `zswap_'
../vasp.4.lib/lapack_double.o(.text+0x5be6a): In function `dsyevx_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x5befa): In function `dsyevx_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x5c159): In function `dsyevx_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x5c1e0): In function `dsyevx_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x5c36f): In function `dsyevx_':
: undefined reference to `dcopy_'
../vasp.4.lib/lapack_double.o(.text+0x5c847): In function `dsyevx_':
: undefined reference to `dscal_'
../vasp.4.lib/lapack_double.o(.text+0x5ca65): In function `dsyevx_':
: undefined reference to `dswap_'
make: ***&&错误 1
这如何解决呢?谢谢高手指点
关于[求助]VASP编译出错:make: *** [vasp] 错误 1的相关话题在小木虫APP已经有63位虫友给出了详细回复。
赶快查看回复吧!
学术必备与600万学术达人在线互动!
扫描下载送金币
北京学而思教育科技有限公司 地址:北京市海淀区北三环甲18号中鼎大厦A座1层102室 电话:010-
浏览器进程
打开微信扫一扫
随时随地聊科研

我要回帖

更多关于 xcode8.3 编译出错 的文章

 

随机推荐