由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - where is the pre-build version of cxterm-solaris
相关主题
a question about "find"?What's defference between Saloris&SunOs?
为何我在Solaris下用netscape看不了中文?Solaris Versions
Solaris的中文支持?怎么查自己的SUN用的什么版本的操作系统?
帮我看看我的GCC怎么了!谢谢Anyone give some opinion about AIX
What's wrong with "CXTERM"CXTERM INSTALL : HELP !help: solaris interface configuration
Help about installing Cxterm5.0!!!!SunOS 5.5 / Solaris 2.5 Installation CDs
为什么我用cnprint3.3 转换得到的ps全是乱码?How to install Unix(SunOS) on my WinXP PC?
再问一个关于Telnet的问题救命!! 问题比较难!
相关话题的讨论汇总
话题: solaris话题: cxterm话题: find话题: version话题: pre
进入Unix版参与讨论
1 (共1页)
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.

1 (共1页)
进入Unix版参与讨论
相关主题
救命!! 问题比较难!What's wrong with "CXTERM"CXTERM INSTALL : HELP !
HelpHelp about installing Cxterm5.0!!!!
SunOS下的中文。为什么我用cnprint3.3 转换得到的ps全是乱码?
[转载] Unix下什么程序可以查机器型号?再问一个关于Telnet的问题
a question about "find"?What's defference between Saloris&SunOs?
为何我在Solaris下用netscape看不了中文?Solaris Versions
Solaris的中文支持?怎么查自己的SUN用的什么版本的操作系统?
帮我看看我的GCC怎么了!谢谢Anyone give some opinion about AIX
相关话题的讨论汇总
话题: solaris话题: cxterm话题: find话题: version话题: pre