
编译/链接/运行
ixidof
这个作者很懒,什么都没留下…
展开
-
LINK : fatal error LNK1104: 无法打开文件“C:/XXX.obj”
前两天在编译别人的代码时,需要在我的机器上配置VC的环境,遇到了这样的问题,在优快云的帖子中发现了类似的问题及解答,现在把它记录下来。 问题: LINK : fatal error LNK1104: 无法打开文件“C:/XXX.obj” 遇到这样的问题时可以先看一下LINK命令行,项目->属性->链接器->命令行,在这里,前面设置的“附加依赖项”可能被ID转载 2009-10-18 15:05:00 · 13286 阅读 · 2 评论 -
gdb调试(no debugging symbols found)
gdb 调试程序时出现下面信息: GNU gdb Red Hat Linux (5.3post-0.20021129.18rh) Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU转载 2009-11-09 23:04:00 · 22375 阅读 · 3 评论 -
usr/bin/ld: cannot find 错误解决方法
usr/bin/ld: cannot find 错误解决方法转载 2011-03-15 10:24:00 · 45102 阅读 · 6 评论 -
[Makefile]warning: needed by not found (try using -rpath or -rpath-link)错误处理
文章出处:http://tlocean.blog.51cto.com/2064932/407964这是我的第一篇技术文,为了记录一下开发中遇到的一个Makefile错误 如果有人也有和我一样的错误 可借鉴一下!arm-linux-uclibc/bin/ld: warning: XXX.so, needed by /opt/XXX/XXX/XXX.so, not found转载 2012-06-19 20:14:27 · 11148 阅读 · 0 评论 -
Linux静态库和动态库调用
文章出处:http://blog.youkuaiyun.com/able_zhou/article/details/6303905转载 2014-04-29 19:44:42 · 1057 阅读 · 0 评论 -
技巧:Linux动态库与静态库制作及使用详解
文章出处:http://www.ibm.com/developerworks/cn/linux/l-cn-linklib/简介转载 2014-04-28 21:53:13 · 902 阅读 · 0 评论