zsfhaergta
Programmer
Hi,
I am trying to install gcc on my server. It is a remote web server so I can't just pop in a cd and have it run. I downloaded gcc-4.3.2 from the gcc.gnu.org website, uncompressed it and tried to configure it, but I get:
# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Am I stupid? Is this not the exact thing I am trying to install? Why would a gcc installer be looking for gcc?
Thanks,
Allen
I am trying to install gcc on my server. It is a remote web server so I can't just pop in a cd and have it run. I downloaded gcc-4.3.2 from the gcc.gnu.org website, uncompressed it and tried to configure it, but I get:
# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Am I stupid? Is this not the exact thing I am trying to install? Why would a gcc installer be looking for gcc?
Thanks,
Allen