t***y 发帖数: 110 | 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!! | s****r 发帖数: 27 | 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!!
| w*o 发帖数: 6 | 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!!
| t***y 发帖数: 110 | 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.
| r**********p 发帖数: 2 | 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.
| s****r 发帖数: 27 | 6 是不是OPENWIN有什么特别的要求?我也在搞这个东东。也遇到同样的问题!
【在 r**********p 的大作中提到】 : : Sigh, 我当年业遇到了同样的问题(一模一样的说).. : 问了n多CS的高手gg,仔细研究了 config.sh和Makefile等诸多 : 关键部分,呕心沥血,耗时长达两个星期, : 最后终于解决了这个问题....sigh! cxterm,想说爱你不容易... : 最具悲剧色彩的是,大家大家都忘记了问题是怎么解决的了.... : 看到有有新同学遇到老问题,真是感慨万千啊, : 不过我有个建议,到网上找一一个已经编译好的cxterm的bin文件 : 再用config.sh的选项3进行安装 : Good luck
| s**n 发帖数: 449 | 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有什么特别的要求?我也在搞这个东东。也遇到同样的问题!
| s****r 发帖数: 27 | 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.
| t***y 发帖数: 110 | 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.
| t***y 发帖数: 110 | 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.
| | | s**n 发帖数: 449 | 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.
| s****r 发帖数: 27 | 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.
| s****r 发帖数: 27 | 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.
| c**g 发帖数: 274 | 14
heheh,那你最后系统编译的攻力一定大涨.我现在也正在研究这个问题.
【在 r**********p 的大作中提到】 : : Sigh, 我当年业遇到了同样的问题(一模一样的说).. : 问了n多CS的高手gg,仔细研究了 config.sh和Makefile等诸多 : 关键部分,呕心沥血,耗时长达两个星期, : 最后终于解决了这个问题....sigh! cxterm,想说爱你不容易... : 最具悲剧色彩的是,大家大家都忘记了问题是怎么解决的了.... : 看到有有新同学遇到老问题,真是感慨万千啊, : 不过我有个建议,到网上找一一个已经编译好的cxterm的bin文件 : 再用config.sh的选项3进行安装 : Good luck
| c**g 发帖数: 274 | 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.
|
|