由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] UNIX下的一个奇怪问题!
相关主题
where is gcc?[转载] UNIX下的strtok
GCC的编译?Help: convert // to /* */ in C code?
[转载] Help!How to set directory for #include <**.h>怎样写 makefile
cygwin是干什么的help on cxterm
cxterm compileHelp: failed to compile cxterm with cc
Questions about Makefile[转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!
[转载] 请教三个关于emacs和perl的问题any debugging tool?
gcc in mac OSX这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?
相关话题的讨论汇总
话题: msh话题: unix话题: 程序话题: ush2a话题: makefile
进入Unix版参与讨论
1 (共1页)
p******s
发帖数: 938
1
【 以下文字转载自 Programming 讨论区 】
【 原文由 phageous 所发表 】
从网上下载了一本课本里的源码,包括makefile。
因为需要用里面的源码作一个自己的程序,
原来makefile里的程序名叫ush2a,对应的compile命令是
cc -g -o ush2a ush2a.c makeargv.c
编译后程序正常。
而我的程序名叫msh,对应的compile命令是
cc -g -o msh msh.c makeargv.c
msh.c与ush2a.c完全相同。
而编译的结果却显示:
msh: unable to read ./msgbox: No such file or directory
请问是什么问题?多谢。
f*******a
发帖数: 2
2
pls give the entire make files. there may be some problems
with
the head of the make file.

【在 p******s 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 【 原文由 phageous 所发表 】
: 从网上下载了一本课本里的源码,包括makefile。
: 因为需要用里面的源码作一个自己的程序,
: 原来makefile里的程序名叫ush2a,对应的compile命令是
: cc -g -o ush2a ush2a.c makeargv.c
: 编译后程序正常。
: 而我的程序名叫msh,对应的compile命令是
: cc -g -o msh msh.c makeargv.c
: msh.c与ush2a.c完全相同。

i*******n
发帖数: 166
3
./msh
please type "which msh" to make sure that it is your msh.
You may have msh in /usr/bin
msh is an nmh shell (and BBoard reader).
1 (共1页)
进入Unix版参与讨论
相关主题
这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?cxterm compile
[转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题Questions about Makefile
makefile of c++ in unix, help[转载] 请教三个关于emacs和perl的问题
[转载] a BLAS questiongcc in mac OSX
where is gcc?[转载] UNIX下的strtok
GCC的编译?Help: convert // to /* */ in C code?
[转载] Help!How to set directory for #include <**.h>怎样写 makefile
cygwin是干什么的help on cxterm
相关话题的讨论汇总
话题: msh话题: unix话题: 程序话题: ush2a话题: makefile