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.
how to use gcc on solaris 8
Name: dengxiaowen Date: August 18, 2003 at 03:09:56 Pacific OS: Solaris 8 CPU/Ram: SPARC
Comment:
I downloaded "gcc-2.95.3-sol8-sparc-local" to /usr/local. Then I did
Name: dengxiaowen Date: August 24, 2003 at 22:59:16 Pacific
Reply:
I tried "set path = ($path /usr/local/bin)"
The problem still exists: " auto20# gcc -o test.o test.c gcc: installation problem, cannot exec `as': No such file or directory auto20# "
Anyone can help? Thanks.
0
Response Number 5
Name: imkds Date: September 8, 2003 at 19:28:46 Pacific
Reply:
as is the assembler, and the message indicates that it cannot be found. I don't have a Solaris box to refer to, but I'm thinking it is located in /usr/ucb.
I believe it is in the SUNWsprot package, so make sure it is installed, and verify it is in your path.
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: 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 exac...
Summary: I have installed SOlaris 8 on an E3500 machine. I have installed a *.gz file. Gunzip is not installed on the machine. Can anyone tell me how can i extract the .gz file ...