×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / what is default shell for sun solaris? what is c++ compiler in Sun Solaris?
    • 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.
      • i remember there is free C/C++ complier you can download from INTERNET.
        • gcc la
        • lots of tools can be found in http://www.sunfreeware.com
    • Please tell me the step to install gcc3.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>
        • I got error messages after I used pkgadd -d <package name>, can anyone help me?
          • Must I download it on Linux OS?
            • If u want to put it on linux, download gcc linux version. if u want to put it on solaris, download gcc solaris version
          • what's your package file name after extracting? #pkgadd -d <pkg name> should be ok, I just double checked.