Gcc for OpenSolaris


 
Thread Tools Search this Thread
Operating Systems Solaris Gcc for OpenSolaris
# 1  
Old 10-29-2009
Gcc for OpenSolaris

Hi All,

can anyone please tell the site from where I can download gcc compiler for openSolaris..I tried to find it but unable to do it.

Please help me..
# 2  
Old 10-29-2009
can't you install gcc with the package management tool?
# 3  
Old 10-29-2009
I downloaded the gcc-dev.p5i file from opensolaris site and when I am trying it to install it,it is throwing error--


Quote:
Could not retrieve manifest 'gcc-dev@0.5.11%2C5.11-0.111%3A20090508T164933Z' from 'http://pkg.opensolaris.org/release'
URLError, reason: (8, 'node name or service name not known')
please help me to solve it.

Thanks in advance

Last edited by smartgupta; 10-30-2009 at 03:20 AM..
# 4  
Old 10-29-2009
isn't your opensolaris system configured to use internet connection?
# 5  
Old 10-30-2009
Yes,it is configured and I am able to browse max all the sites(e.g.-google) but when I am trying to install gcc on it,I am getting this error.

please let me know what is going wrong ?
# 6  
Old 10-30-2009
can you install any other programm with the package management tool? it is working fine for me...
# 7  
Old 10-30-2009
Just run:
Code:
pfexec pkg install gcc-dev

or
Code:
pfexec pkg install pkg:/developer/gcc/gcc-432

Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

OpenSolaris Vs. Solari8

Can someome give a help for OpenSolari X86 compared with Solaris? I met a problem for some Shell can be running on Solaris 8 but give me some error when it is running on OpenSolaris X86.... I suspect that is the ENV set or something configuration error on my OpenSolaris system(used SunVirtualBox)... (9 Replies)
Discussion started by: surainbow
9 Replies

2. Solaris

opensolaris in non UI mode

Hi, I have just installed OpenSolaris 10 on a Pentium III laptop. When I boot the machine, I get to the gdm driven login screen and upon login I can see my colorful desktop with different icons (like firefox and package manager). My machine is low on resources and it was running too slow - so... (2 Replies)
Discussion started by: badriprasad
2 Replies

3. Solaris

Suspend in opensolaris

How does one enable the suspend to hard drive or ram and sleep features on a desktiop running Open Solaris? (2 Replies)
Discussion started by: FloridaBSD
2 Replies

4. Solaris

Installing gcc - recieve error message gcc : cannot execute

AIM- Install Oracle 11g on Solaris using VMWare Steps 1.Logged on as root 2.Created subfolders à /usr/local/bin & /usr/local/bin/gcc 3.Downloaded gcc & libiconv & unzipped them on my harddrive & burnt them on CD 4.Copied files from CD to /usr/local/bin/gcc 5.Terminal (root) à pkgadd -d... (8 Replies)
Discussion started by: Ackers
8 Replies
Login or Register to Ask a Question