This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Problem Building 32-bit gcc native compiler
- From: "Bell, Timothy" <timothy dot bell at intergraph dot com>
- To: Eljay Love-Jensen <eljay at adobe dot com>, gcc-help at gcc dot gnu dot org
- Date: Tue, 19 Jul 2005 14:54:31 -0500
- Subject: RE: Problem Building 32-bit gcc native compiler
Thanks for replying Eljay,
The srcdir is: /u35/stage/gcc_file_333/gcc-3.3.3
The objdir is: /u35/stage/gcc_file_333/gcc_3.3.3_obj
While in the /u35/stage/gcc_file_333/gcc_3.3.3_obj directory I issue the
command:
/u35/stage/gcc_file_333/gcc-3.3.3/configure
This creates the objects in the /u35/stage/gcc_file_333/gcc_3.3.3_obj
directory.
Once the configure execution completes, I enter the following:
make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
-fno-implicit-templates' bootstrap
I then receive a lot of warning messages and then fails with the errors that
I listed in the previous message.
Thanks,
Tim
Timothy Bell
Senior Information Systems Consultant, Solutions Group
Intergraph Corporation (NASDAQ:INGR)
170 Graphics Drive, Madison, AL 35758
P 1.256.730.1531 F 1.256.730.1350
timothy.bell@intergraph.com; www.intergraph.com
-----Original Message-----
From: Eljay Love-Jensen [mailto:eljay@adobe.com]
Sent: Tuesday, July 19, 2005 2:22 PM
To: Bell, Timothy; gcc-help@gcc.gnu.org
Subject: RE: Problem Building 32-bit gcc native compiler
Hi Tim,
Where is your GCC source code directory?
Where is your GCC build directory?
What did you type in for the configure?
--Eljay