Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
installing gcc on solaris 8
Name: naka Date: July 9, 2003 at 08:47:51 Pacific OS: solaris CPU/Ram: 800/512
Comment:
hi im trying to install gcc on solaris 8 and here is where im having trouble. i got gcc-3.3-sol8-intel-local.gz file from www.sunfreeware.com via ftp and tried to unzip it but it gave me an error exactly looks like this : " gunzip: gcc-3.3-sol8-intel-local.gz: invalid compressed data--format violated ".
what i did was "gunzip gcc-3.3-sol8-intel-local.gz" and it waited like 10-20secs then the error appeared on the screen. I downloaded the file again in case that something was wrong during downloading but after several tries with new files from different ftp servers, same error appeared. Can anyone tell me what is wrong ? thanks.
Name: Sorin Ploscaru Date: July 9, 2003 at 09:02:45 Pacific
Reply:
Hi!
Try with # gunzip gcc-3.3-sol8-intel-local.gz | tar xvf - and must work (minus sign is important)
afterthat
# pkg_add -d gcc-3.3-sol8-intel-local.pkg I dont know if you must add /usr/local/bin to path. But u must repalce link /usr/ucb/[bin/]cc (point to new gcc)
Bye
0
Response Number 2
Name: Sorin Ploscaru Date: July 9, 2003 at 09:04:05 Pacific
Reply:
Sorry,
Try with # gunzip gcc-3.3-sol8-intel-local.gz | tar xvf -
Bye
0
Response Number 3
Name: Sorin Ploscaru Date: July 9, 2003 at 09:07:17 Pacific
Reply:
# gunzip gcc-3.3-sol8-intel-local.gz | tar xvf -
0
Response Number 4
Name: Sorin Ploscaru Date: July 9, 2003 at 09:14:08 Pacific
Reply:
# gunzip [less than sing] gcc-3.3-sol8-intel-local.gz | tar xvf -
ang FKC!!!! web designer stupid!!!!!!
Sorry Regards. Sorin
0
Response Number 5
Name: neverpay Date: July 9, 2003 at 11:38:19 Pacific
Reply:
thanks sorin but it still didnt work and gave me same error. Btw the file i downloaded was not a tar file. its just gcc-3.3-sol8-intel-local.gz, not gcc-3.3-sol8-intel-local.gz.tar. i dont know why it wont let me install. please help me
Summary: Hi People, I'm trying to use gcc for solaris 8 on a Sun Blade 100. It didn't works, crashing with a fort sys call termination. Is there a documentation how to use 64 bit development environment ? Tha...
Summary: I believe that there is a package on the installation CD for Solaris 8 named SUNWgzip. Its under the Product directory on the cd. cd /Product pkgadd -d . SUNWgzip ...