Sun Studio 11 on AMD64

Hi,

I have installed "studio-lin-x86.tar.bz2" on my AMD64 machine.

After installation is done I can't find any

cc

CC

or any other compiler ? I saw them when I installed the "sunstudio11-ii-20060829-sol-x86.tar.Z" version ?

Can someone help ?

Thanks

Nir Gal

[312 byte] By [Nir_Gala] at [2007-11-26 19:39:26]
# 1
HiYou need to add the 'bin' directory of Sun Studio to your path (for instance, /opt/SUNWspro/bin)Paul
Paul_Floyda at 2007-7-9 22:18:34 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

I've got the same problem. I'm trying to simply get a command line C compiler to run under Linux (with OpenMP support). The Sun Studio's default /bin in located at /opt/sun/sunstudio11/bin but this doesn't contain cc. All it contains is various applications such as sunstudio itself and analyzer - no compilers! Are the Sun Studio compilers located elsewhere or how can I access these?

Thanks

barreacha at 2007-7-9 22:18:34 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3

Sun Studio 11 on LInux does not have any compilers.

Compilers for linux were introduced with Sun Studio 12, available in preview form as Sun Studio Express

http://developers.sun.com/sunstudio/downloads/express.jsp

or Sun Studio 12 Early Access.

https://feedbackprograms.sun.com/callout/default.html?callid=%7B174B8753-F960-4 931-9272-8C9259A02055%7D

clamage45a at 2007-7-9 22:18:34 > top of Java-index,Development Tools,Solaris and Linux Development Tools...