免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4236 | 回复: 0
打印 上一主题 下一主题

Makefile中gcc 编译debug 版本程序的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-04-26 12:46 |只看该作者 |倒序浏览
本帖最后由 lli_njupt 于 2011-04-26 12:48 编辑

因为要查看内存泄露的问题,所以使用-g编译,
#make
gcc xds.c  -O2 -MD -Wall  -Xlinker "-("  -lxds -Xlinker "-)" -o  xds -g -L ./xsl/lib

#gdb xds
GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/red/software/xsl/xds...(no debugging symbols found)...done.
(gdb)

但是如果手动执行命令
#gcc xds.c  -O2 -MD -Wall  -Xlinker "-("  -lxds -Xlinker "-)" -o  xds -g -L ./xsl/lib
就不会有no debugging symbols found的提示了,不只是否也有人遇到类似的问题!
另外生成libxds.a中的.o都是使用了-g选项的。

个人怀疑:是否是环境变量的问题,也即执行Makefile时的环境变量和shell中的环境变量差别,导致不同的结果。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP