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.
|
|