由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - "Makefile" help
相关主题
cxterm compilewhere is libstdc++
any debugging tool?一个ssh问题
makefile 文件是不是可以看作一种shell?急:ld.so.1的问题
帮我看看我的GCC怎么了!谢谢SunBlade100驱动器的问题
Question about DDD DebuggerNeed help on shell script.
按你们的经验,这个错误是由什么引起的?安装 Solaris 8 x86 和 Win2K 小记
动态共享库Questions about Makefile
奇怪的hp unix怎样写 makefile
相关话题的讨论汇总
话题: makefile话题: make话题: bin话题: usr话题: path
进入Unix版参与讨论
1 (共1页)
e****e
发帖数: 179
1
Just got this SunBlade 100, when I type Make to run the makefile, it says
"commad not found"
can anyone tell me what's the problem?
thanks!
j*****o
发帖数: 320
2
make

【在 e****e 的大作中提到】
: Just got this SunBlade 100, when I type Make to run the makefile, it says
: "commad not found"
: can anyone tell me what's the problem?
: thanks!

e****e
发帖数: 179
3
when I type "make" to run the makefile, it says "command not found", sorry I
did use small case.

【在 j*****o 的大作中提到】
: make
p*****t
发帖数: 35
4
it could be one of 2 things:
1. make is installed in your system, but not in your PATH setting
you will have to echo $PATH and see if it has /usr/bin, /usr/local/bin, /bin
2. make is not installed
you then need to go to www.sunfreeware.com and download
a copy of make and install it, or you can find the approriate package on your
Sun solaris CD and install .
or, you can talk to the person from whom you got the sun blade 100 from.

【在 e****e 的大作中提到】
: when I type "make" to run the makefile, it says "command not found", sorry I
: did use small case.

s**s
发帖数: 242
5
if it's a Solaris box, make is in /usr/ccs/bin

【在 p*****t 的大作中提到】
: it could be one of 2 things:
: 1. make is installed in your system, but not in your PATH setting
: you will have to echo $PATH and see if it has /usr/bin, /usr/local/bin, /bin
: 2. make is not installed
: you then need to go to www.sunfreeware.com and download
: a copy of make and install it, or you can find the approriate package on your
: Sun solaris CD and install .
: or, you can talk to the person from whom you got the sun blade 100 from.

1 (共1页)
进入Unix版参与讨论
相关主题
怎样写 makefileQuestion about DDD Debugger
help on cxterm按你们的经验,这个错误是由什么引起的?
what is wrong with makefile?动态共享库
Re: SOS!!! (about FLTK)奇怪的hp unix
cxterm compilewhere is libstdc++
any debugging tool?一个ssh问题
makefile 文件是不是可以看作一种shell?急:ld.so.1的问题
帮我看看我的GCC怎么了!谢谢SunBlade100驱动器的问题
相关话题的讨论汇总
话题: makefile话题: make话题: bin话题: usr话题: path