由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - cxterm compile
相关主题
help on cxtermcxterm compile (successful !!! @_@)
Help: failed to compile cxterm with cc这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?
any debugging tool?makefile 文件是不是可以看作一种shell?
Questions about Makefile 帮我看看我的GCC怎么了!谢谢
[转载] 请教三个关于emacs和perl的问题Question about DDD Debugger
英雄,救命啊!!!"Makefile" help
What's wrong with "CXTERM"CXTERM INSTALL : HELP ![转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!
Help about installing Cxterm5.0!!!!where is gcc?
相关话题的讨论汇总
话题: cxterm话题: compile话题: gcc话题: makefiles话题: when
进入Unix版参与讨论
1 (共1页)
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.

相关主题
英雄,救命啊!!!cxterm compile (successful !!! @_@)
What's wrong with "CXTERM"CXTERM INSTALL : HELP !这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?
Help about installing Cxterm5.0!!!!makefile 文件是不是可以看作一种shell?
进入Unix版参与讨论
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.

1 (共1页)
进入Unix版参与讨论
相关主题
where is gcc?[转载] 请教三个关于emacs和perl的问题
[转载] UNIX下的一个奇怪问题!英雄,救命啊!!!
[转载] a BLAS questionWhat's wrong with "CXTERM"CXTERM INSTALL : HELP !
Re: [转载] 求教:如何把自己的头文件目录加到系统默认的路径里?Help about installing Cxterm5.0!!!!
help on cxtermcxterm compile (successful !!! @_@)
Help: failed to compile cxterm with cc这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?
any debugging tool?makefile 文件是不是可以看作一种shell?
Questions about Makefile 帮我看看我的GCC怎么了!谢谢
相关话题的讨论汇总
话题: cxterm话题: compile话题: gcc话题: makefiles话题: when