由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Re: Makefile help!( -g option)
相关主题
[转载] My makefile can not work, why?怎样写 makefile
How to dyamically load an OBJ or Library?help on cxterm
Makefile help!what is wrong with makefile?
按你们的经验,这个错误是由什么引起的?Re: SOS!!! (about FLTK)
any debugging tool?英雄,救命啊!!!
Question about DDD DebuggerHelp: failed to compile cxterm with cc
cxterm compile[转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!
Questions about MakefileRe: [转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!
相关话题的讨论汇总
话题: makefile话题: option话题: objs
进入Unix版参与讨论
1 (共1页)
l***t
发帖数: 114
1
我就是这样用的,但是不行呀
OBJS = a1.o a2.o
run:$(OBJS)
cc -g -o run $(OBJ)
a1.o:a1.c
cc -g -c a1.c
a2.o:a2.c
cc -g -c a2.c
when gdb open run, there echo:
No debugging symbols found..
1 (共1页)
进入Unix版参与讨论
相关主题
Re: [转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!any debugging tool?
write makefileQuestion about DDD Debugger
[转载] emacs下编译程序,怎么指定路径?cxterm compile
[转载] 请教三个关于emacs和perl的问题Questions about Makefile
[转载] My makefile can not work, why?怎样写 makefile
How to dyamically load an OBJ or Library?help on cxterm
Makefile help!what is wrong with makefile?
按你们的经验,这个错误是由什么引起的?Re: SOS!!! (about FLTK)
相关话题的讨论汇总
话题: makefile话题: option话题: objs