This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.3.2 installation on Linux
- From: "John (Eljay) Love-Jensen" <eljay at adobe dot com>
- To: "Vardhan, Sundara (GE Infra, Energy)" <sundara dot vardhan at ge dot com>, GCC-help <gcc-help at gcc dot gnu dot org>
- Date: Mon, 10 Nov 2008 06:49:09 -0800
- Subject: Re: GCC 4.3.2 installation on Linux
- Accept-language: en-US
- Acceptlanguage: en-US
Hi Vardhan,
> ./configure --prefix=/usr/local --enable-threads=posix ...
^^
Configuring and compiling GCC in the GCC source code directory (or any
subdirectory thereof) is not supported, as per the documentation:
http://gcc.gnu.org/install/configure.html
Please delete your corrupted source code directory, and untar the source
code afresh.
Make a peer directory as your build directory.
mkdir /cots/gnu/build-4.3.2
cd /cots/gnu/build-4.3.2
/cots/gnu/gcc-4.3.2/configure ...yada yada yada...
HTH,
--Eljay