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.
Trying to install gcc3-0 on solaris 8.
Name: johnny agarwal Date: February 11, 2002 at 18:41:06 Pacific
Comment:
here is the error when i try to install it.
# ./configure Configuring for a sparc-sun-solaris2.8 host. *** This configuration is not supported in the following subdirectories: target-libffi target-boehm-gc target-zlib target-libjava (Any other directories should still work fine.) Created "Makefile" in /export/home/jagarwal/gcc-3.0.3 using "mh-frag" /usr/ucb/cc: language optional software package not installed *** The command 'cc -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler. #
Name: Rex Lopez Date: February 11, 2002 at 20:29:25 Pacific
Reply:
1: Download from www.sunfreeware.com gcc-3.0.3-sol8-sparc-local.gz 2: cd into directory where downloaded 3: gunzip if required. 4: pkgadd -d gcc-3.0.3-sol8-sparc-local 5: Add /usr/local/bin to your PATH 6: gcc -o conftest -g conftest.c 7: That's it.
0
Response Number 2
Name: jack Date: April 25, 2002 at 00:19:37 Pacific
Reply:
Add /usr/local/bin to your PATH what is your Path meaning?
0
Response Number 3
Name: johnny agarwal Date: June 7, 2002 at 20:04:35 Pacific
Summary: I tried to install Oracle 8i in solaris 8. Everything goes smoothly and universal installer starts. After I put the database file location (it is: /usr/dilish/u02 in my case), the progress bar on top ...
Summary: I am trying to install gcc-3.0 on Solaris 8(intel).. I have some problem with setting environment for CC=??? what's that & if so whats the default option? Can any one tell me correctly whats should b...