Solaris C Compiler for Unix Enviroment ?

Hello!
Can somebody tell my where to find Solaris C compiler for Unix environment?
Is it available anywhere on the net for free download ?

Thank you for your help!
:frowning:

Well, not really a "Sun Compiler", but certainly one of the most popular (and free) is gcc, the GNU C Compiler. You can get it at http://gcc.gnu.org or here at http://www.sunfreeware.com/ .

Have a ball!

Hi All,

I have small programme which allows me to run basic Unix command.

I do not know the name of programme but its icon have name, "Ksh",

& i have installed it on XP Professional.

Now i want to write simple " Hello World" programme in C language.

But i do not know that whether my programme has C compiler in-built it.

i tried to complie my helloworld.c programme by this command:

cc helloworld.c

but it gives me this message,

-ksh: cc: not found [No such file or directory]

so i do not know that whether i have C/C compiler in my S/W.

Que - Can you guys tell me how can i find C compiler in my S/W or if i need to install any s/w then pls give me link ASAP.

thanks
Dal Hit

No, you do not have a C compiler. You might want to look at cygwin.