由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - some wt
相关主题
help! Re: some wtHow to debug C program in Unix
[转载] Router问题a low_hand_question about emacs.
hex edit in xemacs?equivilent $REMOTEHOST in ksh
Linux 7.3下装ORACLE8.1.7新问题xemacs 里如何设置让它显示行号?
[转载] Re: [转载] Install GCC on AIX关于display的问题
一个奇怪的现象!Re: xemacs ?
可以看别人的环境变量?问个关于xwin的土问题
Solaris下指定打印机的环境变量是什么?土土地问一哈:UNIX系统下如何运行APPLET?
相关话题的讨论汇总
话题: lib话题: gcc话题: setenv话题: vc话题: linker
进入Unix版参与讨论
1 (共1页)
y*****p
发帖数: 733
1
newhand learning unix programming, appreciate any info.
1) Is there any visual complier/linker like VC. Really have a bad time
using cc/gcc/g++.
2) Before using g++, i need to set:
setenv GCC_EXEC_PREFIX /usr/local/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/
How can I set and save it?
I didn't find gcc_lib in the above dicratory,
But find gcc-lib in /opt/ada/lib/gcc-lib/sparc-sun-solaris2.5.1/2.7.2/
Strange enough, the above setenv works.
If I try to use the /opt/ads/lib.
S****G
发帖数: 25
2

there is no visual compiler. VC just invoke compiler and linker on
the background. if u r talking about IDE, xemacs is one.
dunno what you mean. you can put it in your build script, or in
your login scripts. depends on shell, the syntax may vary.
that's an Ada lib. it won't work with c++ code.

【在 y*****p 的大作中提到】
: newhand learning unix programming, appreciate any info.
: 1) Is there any visual complier/linker like VC. Really have a bad time
: using cc/gcc/g++.
: 2) Before using g++, i need to set:
: setenv GCC_EXEC_PREFIX /usr/local/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/
: How can I set and save it?
: I didn't find gcc_lib in the above dicratory,
: But find gcc-lib in /opt/ada/lib/gcc-lib/sparc-sun-solaris2.5.1/2.7.2/
: Strange enough, the above setenv works.
: If I try to use the /opt/ads/lib.

r*****s
发帖数: 985
3
under solaris, workshop is the one for you

【在 S****G 的大作中提到】
:
: there is no visual compiler. VC just invoke compiler and linker on
: the background. if u r talking about IDE, xemacs is one.
: dunno what you mean. you can put it in your build script, or in
: your login scripts. depends on shell, the syntax may vary.
: that's an Ada lib. it won't work with c++ code.

1 (共1页)
进入Unix版参与讨论
相关主题
土土地问一哈:UNIX系统下如何运行APPLET?[转载] Re: [转载] Install GCC on AIX
请教How to adjust man output?一个奇怪的现象!
关于X 窗口的问题 ( setenv DISPLAY ... )可以看别人的环境变量?
How to see line number in EmacsSolaris下指定打印机的环境变量是什么?
help! Re: some wtHow to debug C program in Unix
[转载] Router问题a low_hand_question about emacs.
hex edit in xemacs?equivilent $REMOTEHOST in ksh
Linux 7.3下装ORACLE8.1.7新问题xemacs 里如何设置让它显示行号?
相关话题的讨论汇总
话题: lib话题: gcc话题: setenv话题: vc话题: linker