avatar
t*y
1
hi,
i want to install cxterm in the sun unix.
but there is no cc in my machine and
only gcc there.
when i compile cxterm, there will be many
errors.
how to solve this problem?
thanks a lot!!
avatar
s*r
2
I met the same problem. SUN Openwin. I don't know how to solve it?
I even cannot use make!

【在 t***y 的大作中提到】
: hi,
: i want to install cxterm in the sun unix.
: but there is no cc in my machine and
: only gcc there.
: when i compile cxterm, there will be many
: errors.
: how to solve this problem?
: thanks a lot!!

avatar
w*o
3
edit the Makefile, replace all cc with gcc.

【在 t***y 的大作中提到】
: hi,
: i want to install cxterm in the sun unix.
: but there is no cc in my machine and
: only gcc there.
: when i compile cxterm, there will be many
: errors.
: how to solve this problem?
: thanks a lot!!

avatar
t*y
4

does not work.
when run ./config.sh, there will have the following error
message.

【在 w*o 的大作中提到】
: edit the Makefile, replace all cc with gcc.
avatar
r*p
5

Sigh, 我当年业遇到了同样的问题(一模一样的说)..
问了n多CS的高手gg,仔细研究了 config.sh和Makefile等诸多
关键部分,呕心沥血,耗时长达两个星期,
最后终于解决了这个问题....sigh! cxterm,想说爱你不容易...
最具悲剧色彩的是,大家大家都忘记了问题是怎么解决的了....
看到有有新同学遇到老问题,真是感慨万千啊,
不过我有个建议,到网上找一一个已经编译好的cxterm的bin文件
再用config.sh的选项3进行安装
Good luck

【在 t***y 的大作中提到】
:
: does not work.
: when run ./config.sh, there will have the following error
: message.

avatar
s*r
6
是不是OPENWIN有什么特别的要求?我也在搞这个东东。也遇到同样的问题!

【在 r**********p 的大作中提到】
:
: Sigh, 我当年业遇到了同样的问题(一模一样的说)..
: 问了n多CS的高手gg,仔细研究了 config.sh和Makefile等诸多
: 关键部分,呕心沥血,耗时长达两个星期,
: 最后终于解决了这个问题....sigh! cxterm,想说爱你不容易...
: 最具悲剧色彩的是,大家大家都忘记了问题是怎么解决的了....
: 看到有有新同学遇到老问题,真是感慨万千啊,
: 不过我有个建议,到网上找一一个已经编译好的cxterm的bin文件
: 再用config.sh的选项3进行安装
: Good luck

avatar
s*n
7
I met same problem 3 years ago. I remember I manually deleted all the -w
option in all the Makefils(gonna take a while), then it's ok.
BTW, it's on Solaris with gcc.

【在 s****r 的大作中提到】
: 是不是OPENWIN有什么特别的要求?我也在搞这个东东。也遇到同样的问题!
avatar
s*r
8
Thanks a lot. Let's try it!:)

【在 s**n 的大作中提到】
: I met same problem 3 years ago. I remember I manually deleted all the -w
: option in all the Makefils(gonna take a while), then it's ok.
: BTW, it's on Solaris with gcc.

avatar
t*y
9
3x!. i will try.

【在 s**n 的大作中提到】
: I met same problem 3 years ago. I remember I manually deleted all the -w
: option in all the Makefils(gonna take a while), then it's ok.
: BTW, it's on Solaris with gcc.

avatar
t*y
10

this doesnot work.
when i removed all the '-w's in the makefiles, and
ran config.sh, there would still have the same error message.
and when i checked the makefiles again, i found the '-w's were added
as before.
it seems when run config.sh, the makefiles will be renewed.

【在 s**n 的大作中提到】
: I met same problem 3 years ago. I remember I manually deleted all the -w
: option in all the Makefils(gonna take a while), then it's ok.
: BTW, it's on Solaris with gcc.

avatar
s*n
11
I still have the cxterm5.1p1 installation file, which i changed all those
setting. It was installed on solaris with gcc. If you want. i can upload
to you.

【在 t***y 的大作中提到】
:
: this doesnot work.
: when i removed all the '-w's in the makefiles, and
: ran config.sh, there would still have the same error message.
: and when i checked the makefiles again, i found the '-w's were added
: as before.
: it seems when run config.sh, the makefiles will be renewed.

avatar
s*r
12
could u please upload to me too?

【在 s**n 的大作中提到】
: I still have the cxterm5.1p1 installation file, which i changed all those
: setting. It was installed on solaris with gcc. If you want. i can upload
: to you.

avatar
s*r
13
Thank you soooooo much! 我已经用你的安装文件成功的在SUN CDE下安装好了
只有一个问题就是需要从cxterm目录copy一个HZtable.h(?)文件到utiles目录
下然后在编译这样就一切正常了!
我现在就正在SUN下面使用CXTERM发这个POST,再次非常感谢suan!

【在 s**n 的大作中提到】
: I still have the cxterm5.1p1 installation file, which i changed all those
: setting. It was installed on solaris with gcc. If you want. i can upload
: to you.

avatar
c*g
14

heheh,那你最后系统编译的攻力一定大涨.我现在也正在研究这个问题.

【在 r**********p 的大作中提到】
:
: Sigh, 我当年业遇到了同样的问题(一模一样的说)..
: 问了n多CS的高手gg,仔细研究了 config.sh和Makefile等诸多
: 关键部分,呕心沥血,耗时长达两个星期,
: 最后终于解决了这个问题....sigh! cxterm,想说爱你不容易...
: 最具悲剧色彩的是,大家大家都忘记了问题是怎么解决的了....
: 看到有有新同学遇到老问题,真是感慨万千啊,
: 不过我有个建议,到网上找一一个已经编译好的cxterm的bin文件
: 再用config.sh的选项3进行安装
: Good luck

avatar
c*g
15
这个 makefile 是自动生成,而且没有 -w.

【在 s**n 的大作中提到】
: I met same problem 3 years ago. I remember I manually deleted all the -w
: option in all the Makefils(gonna take a while), then it's ok.
: BTW, it's on Solaris with gcc.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。