This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: GCC 4.3.2 installation on Linux


Hi Eljay

Thanks a ton. That was the issue looks like. I was configuring in source
directory and compiling. I also updated my libtool. This worked fine.
Thanks much. Lesson learned

With Regards

Vardhan

-----Original Message-----
From: John (Eljay) Love-Jensen [mailto:eljay@adobe.com] 
Sent: Monday, November 10, 2008 9:49 AM
To: Vardhan, Sundara (GE Infra, Energy); GCC-help
Subject: Re: GCC 4.3.2 installation on Linux

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]