This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.3.1 on Solaris 2.6
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Vijay Seshan <vijay_seshan at rediffmail dot com>, gcc-help at gcc dot gnu dot org
- Date: Fri, 29 Aug 2003 07:09:32 -0500
- Subject: Re: gcc 3.3.1 on Solaris 2.6
Hi Vijay,
Make sure you've done this (presuming GCC has been untarred to /home/vsheshan/gcc-3.3.1):
cd /home/vshan
mkdir mygcc
cd mygcc
/home/vseshan/gcc-3.3.1/configure --prefix=/home/vseshan/local/gcc-3.3.1 --with-local-prefix=/home/vseshan/local/gcc-3.3.1
As I understand it, you cannot create GCC from within the source directory of GCC. Kboom.
HTH,
--Eljay