l*o
2 楼
tanks a lot. I am new in the states.
The sun workstation is poor configurated, and
I can not even find a cc or gcc.
more importanrtt i am not the sys adm,
pls tell me where can i find the pre-builded version of
cxterm for solaris. so i can refer the post in bbs
to configuare my poor station.
also is there anybody know how to install bash in
solaris and config it as the default shell in
instead of the default csh?
thanks
The sun workstation is poor configurated, and
I can not even find a cc or gcc.
more importanrtt i am not the sys adm,
pls tell me where can i find the pre-builded version of
cxterm for solaris. so i can refer the post in bbs
to configuare my poor station.
also is there anybody know how to install bash in
solaris and config it as the default shell in
instead of the default csh?
thanks
h*8
3 楼
如果美國不輸出鋼鐵石油技術等等等給日本,中國早就打贏了
m*m
4 楼
No tanks (peace to the world! :)
Pre-build version probaly wont work, cuz there are share
objects involved.
They could be under different directories. In your case,
maybe there isnt
at all since you may not have the development package (cc
and others)
installed.
Find out what version of SunOS you are running. (`uname -a')
Try to locate 'cc'. It may be under /usr/ucb. And try to
build it again.
【在 l******o 的大作中提到】
: tanks a lot. I am new in the states.
: The sun workstation is poor configurated, and
: I can not even find a cc or gcc.
: more importanrtt i am not the sys adm,
: pls tell me where can i find the pre-builded version of
: cxterm for solaris. so i can refer the post in bbs
: to configuare my poor station.
: also is there anybody know how to install bash in
: solaris and config it as the default shell in
: instead of the default csh?
Pre-build version probaly wont work, cuz there are share
objects involved.
They could be under different directories. In your case,
maybe there isnt
at all since you may not have the development package (cc
and others)
installed.
Find out what version of SunOS you are running. (`uname -a')
Try to locate 'cc'. It may be under /usr/ucb. And try to
build it again.
【在 l******o 的大作中提到】
: tanks a lot. I am new in the states.
: The sun workstation is poor configurated, and
: I can not even find a cc or gcc.
: more importanrtt i am not the sys adm,
: pls tell me where can i find the pre-builded version of
: cxterm for solaris. so i can refer the post in bbs
: to configuare my poor station.
: also is there anybody know how to install bash in
: solaris and config it as the default shell in
: instead of the default csh?
l*o
5 楼
oh, I have got a gcc in my stattion.
cc is also here, but it doesn't work, the system
complain that" language optional software package not installed'
now i can not config the cxterm coz
it can not find "xmkmf" in the machien
i am new to solaris. would u pls tell
where is the file?
thanks.
【在 m*******m 的大作中提到】
: No tanks (peace to the world! :)
: Pre-build version probaly wont work, cuz there are share
: objects involved.
: They could be under different directories. In your case,
: maybe there isnt
: at all since you may not have the development package (cc
: and others)
: installed.
: Find out what version of SunOS you are running. (`uname -a')
: Try to locate 'cc'. It may be under /usr/ucb. And try to
cc is also here, but it doesn't work, the system
complain that" language optional software package not installed'
now i can not config the cxterm coz
it can not find "xmkmf" in the machien
i am new to solaris. would u pls tell
where is the file?
thanks.
【在 m*******m 的大作中提到】
: No tanks (peace to the world! :)
: Pre-build version probaly wont work, cuz there are share
: objects involved.
: They could be under different directories. In your case,
: maybe there isnt
: at all since you may not have the development package (cc
: and others)
: installed.
: Find out what version of SunOS you are running. (`uname -a')
: Try to locate 'cc'. It may be under /usr/ucb. And try to
m*m
6 楼
I guess you wont be able to build on this box. cc/gcc alone
is not enough, you need other stuff in the package. xmkmf
is the program producing Makefiles based on the config
files. It's part of the development package, I think.
【在 l******o 的大作中提到】
: oh, I have got a gcc in my stattion.
: cc is also here, but it doesn't work, the system
: complain that" language optional software package not installed'
: now i can not config the cxterm coz
: it can not find "xmkmf" in the machien
: i am new to solaris. would u pls tell
: where is the file?
: thanks.
is not enough, you need other stuff in the package. xmkmf
is the program producing Makefiles based on the config
files. It's part of the development package, I think.
【在 l******o 的大作中提到】
: oh, I have got a gcc in my stattion.
: cc is also here, but it doesn't work, the system
: complain that" language optional software package not installed'
: now i can not config the cxterm coz
: it can not find "xmkmf" in the machien
: i am new to solaris. would u pls tell
: where is the file?
: thanks.
l*o
7 楼
I have stolen a ucbcc from the central sever of our
university.
now. there is still a problem of the cc.
it complains it can not call /usr/ccs/bin/acomp.
what does acomp for?
also, how can I search a file with find and grep?
it should be like " find /usr -name "acomp" | grep .... etc?
right?
thanks a lot.
【在 m*******m 的大作中提到】
: I guess you wont be able to build on this box. cc/gcc alone
: is not enough, you need other stuff in the package. xmkmf
: is the program producing Makefiles based on the config
: files. It's part of the development package, I think.
university.
now. there is still a problem of the cc.
it complains it can not call /usr/ccs/bin/acomp.
what does acomp for?
also, how can I search a file with find and grep?
it should be like " find /usr -name "acomp" | grep .... etc?
right?
thanks a lot.
【在 m*******m 的大作中提到】
: I guess you wont be able to build on this box. cc/gcc alone
: is not enough, you need other stuff in the package. xmkmf
: is the program producing Makefiles based on the config
: files. It's part of the development package, I think.
m*m
8 楼
Directly copying stuff over would probably not work.
You will run into similar dynamic link problems.
That said, to find a file foo, and look for string bar iin
it,
you do
find /usr -name foo -print | xargs grep bar
【在 l******o 的大作中提到】
: I have stolen a ucbcc from the central sever of our
: university.
: now. there is still a problem of the cc.
: it complains it can not call /usr/ccs/bin/acomp.
: what does acomp for?
: also, how can I search a file with find and grep?
: it should be like " find /usr -name "acomp" | grep .... etc?
: right?
: thanks a lot.
You will run into similar dynamic link problems.
That said, to find a file foo, and look for string bar iin
it,
you do
find /usr -name foo -print | xargs grep bar
【在 l******o 的大作中提到】
: I have stolen a ucbcc from the central sever of our
: university.
: now. there is still a problem of the cc.
: it complains it can not call /usr/ccs/bin/acomp.
: what does acomp for?
: also, how can I search a file with find and grep?
: it should be like " find /usr -name "acomp" | grep .... etc?
: right?
: thanks a lot.
相关阅读
Re: shell 大虾们看过来Re: [转载] 急问一个shell问题remove history logs in CSHemacs里怎么把两个eps图并排放在一起呀?How to redirect error messages to a file?shell: how do I check if a file is updated?question about temperay file in sort commandUsing Ksh to ftp files请问大侠,该使用qt 还是 gtk ?最后问一个activate terminalxemacs:Package-get entries not PGP signed,c(y/n)?为什么关不了机?归纳法证个题,谁会?how to change the backgroud color?Solaris/Linux BenchmarkHow to get average load in Solaris?还是SUN的问题请教[转载] What does this mean or how does this make sense?Help!!! Where can I find IBM's AIX Unix sys?How to make a hard copy from a info file?UNIX下有类似acdsee的软件么?