This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / what is default shell for sun solaris? what is c++ compiler in Sun Solaris?
-wendywendy(wind);
2001-8-22
(#176254@0)
-
When creating user account, you have choises of Bourne(default), Korn or C shell. Solaris doesn't come with C++ compiler as default, you have to buy it seperately. Sun's C++ compiler is CC.
-flyer99(flyer99);
2001-8-22
(#176270@0)
-
i remember there is free C/C++ complier you can download from INTERNET.
-guest:guest;
2001-8-25
(#178836@0)
-
gcc la
-guest:guest;
2001-8-28
(#182168@0)
-
lots of tools can be found in http://www.sunfreeware.com
-guest:guest;
2001-8-28
(#182177@0)
-
Please tell me the step to install gcc3.0.
-guest:haha;
2001-9-4
(#189688@0)
-
After downloading the package, say in /tmp dir,
#cd /tmp; #unzip gcc-3.0.1.tar.gz; #tar xvf gcc-3.0.1#pkgadd -d <pkg name>
-guest:guest;
2001-9-5
(#190505@0)
-
I got error messages after I used pkgadd -d <package name>, can anyone help me?
-guest:haha;
2001-9-5
(#190953@0)
-
Must I download it on Linux OS?
-wendywendy(wind);
2001-9-6
(#191520@0)
-
If u want to put it on linux, download gcc linux version.
if u want to put it on solaris, download gcc solaris version
-guest:guest;
2001-9-6
(#191563@0)
-
what's your package file name after extracting?
#pkgadd -d <pkg name>
should be ok, I just double checked.
-guest:guest;
2001-9-6
(#191560@0)