I have an Ultra 1 sparc with Solaris 8. I need to update my Apache webserver. Apache won't compile without a c compiler. Went to sunfreeware.com.
I passed up gcc-3.1-sol8-sparc-local.gz for two reasons: I was told that sunfreeware was not a Sun site so the gcc-3.1-sol8-sparc-local.gz file cannot be guaranteed to be free of a trojan. At the site I am at I cannot take any chances. Secondly, it is the full c compiler version and I only need the core c compiler so I can compile Apache and other programs.
I found gcc-3.0.4.tar.gz at a gnu mirror site. It is about 18Mb and is the core compiler.
I gunzipped and untarred it and when I tried to rune the configure executable I got the error:
[deleted]...
./configure: gcc: not found
*** The command "gcc -o conftest -g -O2 conftest.c failed.
*** You must set the environment variable CC to a working compiler.
"Working compiler"? I am trying to install a working compiler. What does this mean? Any suggestions?
I passed up gcc-3.1-sol8-sparc-local.gz for two reasons: I was told that sunfreeware was not a Sun site so the gcc-3.1-sol8-sparc-local.gz file cannot be guaranteed to be free of a trojan. At the site I am at I cannot take any chances. Secondly, it is the full c compiler version and I only need the core c compiler so I can compile Apache and other programs.
I found gcc-3.0.4.tar.gz at a gnu mirror site. It is about 18Mb and is the core compiler.
I gunzipped and untarred it and when I tried to rune the configure executable I got the error:
[deleted]...
./configure: gcc: not found
*** The command "gcc -o conftest -g -O2 conftest.c failed.
*** You must set the environment variable CC to a working compiler.
"Working compiler"? I am trying to install a working compiler. What does this mean? Any suggestions?