SunStudio 11 omp.h OpenMP Problem

Hello Comunity

i have an Problem with the SunStudio 11. We have installed it on Suse 10.0. And now run an oenmp Sample Programm

I would like to start the compile with

cc -xopenmp omp_hello.c

and this message is given back

cc: language openmp not recognized

cc: language openmp not recognized

omp_hello.c: file not recognized: File format not recognized

collect2: ld returned 1 exit status

We have installed the SunStudio via the GUI installer!

Could someone help us?

Thank

[545 byte] By [Deficiency1984a] at [2007-11-27 3:02:53]
# 1
HiI havn't tried but could it be that you have a link cc -> gcc.What do you get running cc -V ?Perhaps you can try suncc / sunCC to invoke the compiler./Lars
Lars_Va at 2007-7-12 3:46:07 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
Sun Studio 11 doesn't include compilers on Linux, therefore you're probably invoking gcc... Please, download Sun Studio 12 EA; this version has Linux compilers.
MaximKartasheva at 2007-7-12 3:46:07 > top of Java-index,Development Tools,Solaris and Linux Development Tools...