On 08/30/2012 05:11 AM, Kevin Ross wrote:
So I went into the "gcc-3.0.4" folder, and ran `./configure` and that generated some text:
"Configuring for a i686-pc-sco3.2v5.0.7 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 /u/test/installgnu/gcc-3.0.4 using "mh-frag"
./configure: cc: not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler."
But is not much help when it fails.
I can just go back to using an older version, "2.95.2pl", but that is missing lots of files which I need.
Follow the instructions, including, but not limited to, making a clean
directory where you run configure, and installing a working compiler
first. If you have that 2.95 compiler, put that on PATH and
LD_LIBRARY_PATH, or use the CC environment variable as instructed.
--
Tim Prince