由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Help: failed to compile cxterm with cc
相关主题
cxterm compileHelp cxterm5.1 installation problem.
help on cxtermInstallation of cxterm on SGI
Questions about MakefileRe: 这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?
[转载] 请教三个关于emacs和perl的问题Can't find library ncurses when I compile cxterm
What's wrong with "CXTERM"CXTERM INSTALL : HELP !makefile help
Help about installing Cxterm5.0!!!!can I install fonts to view Chinese in Unix?
cxterm compile (successful !!! @_@)Re: can I install fonts to view Chinese
这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?[转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!
相关话题的讨论汇总
话题: cc话题: makefile话题: cxterm话题: compile话题: so
进入Unix版参与讨论
1 (共1页)
r****n
发帖数: 2
1
The automatically generated Makefile use cc as compiler. But
the cc(/usr/ucb/cc)
in my workstation(Sun Solaris 2.6) seems to be corrupted. It
only has 3487 bytes
in size and when I type "cc" in the command line, it reports
software package not installed. So I'm think of replacing cc
with gcc. But there
seems no way to modify Makefile since it's automatically
generated by imake. Now
the problem is how to modify Imakefile to achieve this goal?
Thanks a lot!
a****y
发帖数: 1035
2
In the Imakefile should has sth like this, not sure the exactly syntax
CC = cc
Just change the cc to gcc.

【在 r****n 的大作中提到】
: The automatically generated Makefile use cc as compiler. But
: the cc(/usr/ucb/cc)
: in my workstation(Sun Solaris 2.6) seems to be corrupted. It
: only has 3487 bytes
: in size and when I type "cc" in the command line, it reports
: software package not installed. So I'm think of replacing cc
: with gcc. But there
: seems no way to modify Makefile since it's automatically
: generated by imake. Now
: the problem is how to modify Imakefile to achieve this goal?

r****n
发帖数: 2
3

Unfortunately there isn't. Instead, it's in the Makefile. So
it's not modifiable.

【在 a****y 的大作中提到】
: In the Imakefile should has sth like this, not sure the exactly syntax
: CC = cc
: Just change the cc to gcc.

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!What's wrong with "CXTERM"CXTERM INSTALL : HELP !
where is gcc?Help about installing Cxterm5.0!!!!
[转载] UNIX下的一个奇怪问题!cxterm compile (successful !!! @_@)
any debugging tool?这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?
cxterm compileHelp cxterm5.1 installation problem.
help on cxtermInstallation of cxterm on SGI
Questions about MakefileRe: 这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?
[转载] 请教三个关于emacs和perl的问题Can't find library ncurses when I compile cxterm
相关话题的讨论汇总
话题: cc话题: makefile话题: cxterm话题: compile话题: so