From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2282 invoked by alias); 19 Jul 2005 19:54:38 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 2262 invoked by uid 22791); 19 Jul 2005 19:54:34 -0000 Received: from ckpnt02.intergraph.com (HELO hq15.ingr-corp.com) (63.75.137.129) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 19 Jul 2005 19:54:34 +0000 Received: by hq15old.pcmail.ingr.com with Internet Mail Service (5.5.2656.59) id ; Tue, 19 Jul 2005 14:54:33 -0500 Message-ID: <697750C28DC0474ABF279ECB3979E3730C01CC1D@hq4.pcmail.ingr.com> From: "Bell, Timothy" To: Eljay Love-Jensen , gcc-help@gcc.gnu.org Subject: RE: Problem Building 32-bit gcc native compiler Date: Tue, 19 Jul 2005 19:54:00 -0000 X-SW-Source: 2005-07/txt/msg00183.txt.bz2 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