Newbie don't know how to use studio


 
Thread Tools Search this Thread
Operating Systems Solaris Newbie don't know how to use studio
# 1  
Old 02-17-2007
Newbie don't know how to use studio

I am very new to solaris, i install Solaris 10 in a SunBlade 100 just a couple of weeks ago, and i'm very impresed with Solaris, i'm loving it.
The firts reason that i wanted to use Solaris is for programming, and the second reason because i've been fan of Sun Microsystems long time ago and i'm very impresed allready with the OE.

I'm new to programming also, i want to start with C, then C++, JAVA, FORTRAN, PERL, PHYTON, and some oders.

But anyway, to my problem.
I look around Solaris to see if i have sun studio but i can't find it.

I make i small program in C to see if i have a compiler installed, (i've had installed the hole Solaris 10 OE) i type this command,

# cc program.c and i get this message

/usr/ucb/cc: language optional software package not installed

i download sunstudio 11 and i installed like this

Step 1

- Download file into a scratch download directory, such as /var/tmp.

Step 2

- Unpack the archive into the /opt directory with the commands:

# cd /opt

# bzcat DOWNLOAD-DIRECTORY/sunstudio11-ii-DATE-PLATFORM.tar.bz2 | /bin/tar -xf -

If you use sh (or ksh):
% PATH=[installpath]/bin:$PATH ; export PATH
% MANPATH=[installpath]/man:$MANPATH ; export MANPATH

i try to start studio with this command

# studio & and i get this message

[2] 869
# ksh: studio: not found

Can someone let me know how to start sunstudio.

Also, i'd like some advice on what books are very good to learn Solaris very deeply, i'd like to become like a guru in Solaris.

Thank you in advanced.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Sun One Studio 12

Hi, Do you know where I can get a copy of Sun One Studio 12? I've looked on the Oracle Website but cannot find it to download!:confused: Thanks, Sparcman (1 Reply)
Discussion started by: sparcman
1 Replies

2. Shell Programming and Scripting

perl newbie . &&..programming newbie

Hi, I am new to programming and also to perl..But i know 'perl' can come to my rescue, But I am stuck at many places and need help..any small help is much appreciated... below is the description of what i intend to acheive with my script. I have a files named in this format... (13 Replies)
Discussion started by: xytiz
13 Replies

3. Shell Programming and Scripting

perl newbie . &&..programming newbie (question 2)

Hello everyone, I am having to do a lot of perl scripting these days and I am learning a lot. I have this problem I want to move files from a folder and all its sub folders to one parent folder, they are all .gz files.. there is folder1\folder2\*.gz and there are about 50 folders... (1 Reply)
Discussion started by: xytiz
1 Replies

4. UNIX for Dummies Questions & Answers

UNIX newbie NEWBIE question!

Hello everyone, Just started UNIX today! In our school we use solaris. I just want to know how do I setup Solaris 10 not the GUI one, the one where you have to type the commands like ECHO, ls, pwd, etc... I have windows xp and I also have vmware. I hope I am not missing anything! :p (4 Replies)
Discussion started by: Hanamachi
4 Replies
Login or Register to Ask a Question