l******o 发帖数: 25 | 1 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 | m*******m 发帖数: 182 | 2 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?
| l******o 发帖数: 25 | 3 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
| m*******m 发帖数: 182 | 4 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.
| l******o 发帖数: 25 | 5 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.
| m*******m 发帖数: 182 | 6 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.
|
|