- UID
- 213
超子
- 积分
- 808
- F 币
- 565 元
- 最后登录
- 2016-1-15
- 贡献
- 196 点
- 注册时间
- 2014-3-27
- 权杖
- 1 枚
惯用编译器:Intel Visual Fortran for Windows
专家
超子
- F 币
- 565 元
- 贡献
- 196 点
|
配置环境为: vs2010 + ivf XE2013+plplot5.10.0+Cmake2.8.12
用cmake生成sln,然后打开sln后install,出现下面这个错误,主要是在链接产生plplotf95d.dll时出错,就差最后这一步了,请专家给看看
1>------ 已启动生成: 项目: ZERO_CHECK, 配置: Debug Win32 ------
2>------ 已启动生成: 项目: deltaT.h_built, 配置: Debug Win32 ------
3>------ 已启动生成: 项目: tai-utc.h_built, 配置: Debug Win32 ------
4>------ 已启动生成: 项目: plhershey-unicode.h_built, 配置: Debug Win32 ------
5>------ 已启动生成: 项目: plplotf95d, 配置: Debug Win32 ------
5>Compiling manifest to resources...
5>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
5>Copyright (C) Microsoft Corporation. All rights reserved.
5>Linking...
5>Microsoft (R) Incremental Linker Version 10.00.30319.01
5>Copyright (C) Microsoft Corporation. All rights reserved.
5>/OUT:D:\Libraries\plplotinstall_vs\dll\Debug\plplotf95d.dll
5>/VERSION:11.0
5>/LIBPATH:D:\Libraries\plplotinstall_vs\dll\Debug
5>/DEF:plplotf95_ifort.def
5>/MANIFEST
5>/MANIFESTFILE:D:\Libraries\plplotinstall_vs\dll\Debug\plplotf95d.dll.intermediate.manifest
5>"/MANIFESTUAC:level='asInvoker' uiAccess='false'"
5>/DEBUG
5>/PDB:D:\Libraries\plplotinstall_vs\dll\Debug\plplotf95d.pdb
5>/DLL
5>user32.lib
5>plplotf95cd.lib
5>plplotd.lib
5>csirocsa.lib
5>qsastime.lib
5>plf95demolibd.lib
5>mem.lib
5>null.lib
5>ps.lib
5>svg.lib
5>xfig.lib
5>/machine:X86
5>/debug
5>/INCREMENTAL
5>plplotf95d.dir\Debug\strutil.obj
5>plplotf95d.dir\Debug\sfstubsf95.obj
5>plplotf95d.dir\Debug\configurable.obj
5>D:\Libraries\plplotinstall_vs\dll\Debug\plplotf95d.dll.embed.manifest.res
5> 正在创建库 D:\Libraries\plplotinstall_vs\dll\Debug\plplotf95d.lib 和对象 D:\Libraries\plplotinstall_vs\dll\Debug\plplotf95d.exp
5>sfstubsf95.obj : error LNK2019: 无法解析的外部符号 _PLSETOPT7,该符号在函数 _PLPLOTP_mp_PLSETOPT 中被引用
5>sfstubsf95.obj : error LNK2019: 无法解析的外部符号 _PLSDEV7,该符号在函数 _PLPLOTP_mp_PLSDEV 中被引用
5>sfstubsf95.obj : error LNK2019: 无法解析的外部符号 _PLGDEV7,该符号在函数 _PLPLOTP_mp_PLGDEV 中被引用
。。。。(若干类似错误)
5>configurable.obj : error LNK2019: 无法解析的外部符号 _PLPARSEOPTS7,该符号在函数 _PLPARSEOPTS 中被引用
5>D:\Libraries\plplotinstall_vs\dll\Debug\plplotf95d.dll : fatal error LNK1120: 83 个无法解析的外部命令
5>
5>Build log written to "file://D:\Libraries\plplotinstall_vs\bindings\f95\plplotf95d.dir\Debug\BuildLog.htm"
5>plplotf95d - 84 error(s), 0 warning(s)
========== 生成: 成功 4 个,失败 1 个,最新 7 个,跳过 0 个 ==========
|
|