From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3155 invoked by alias); 14 Apr 2003 20:46:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 3137 invoked by uid 71); 14 Apr 2003 20:46:01 -0000 Date: Mon, 14 Apr 2003 20:46:00 -0000 Message-ID: <20030414204601.3126.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Rocha Iran-QIR001 Subject: RE: c++/10389: GCC 3.2.2 cross-compiler - Can't compile istream.t cc during build Reply-To: Rocha Iran-QIR001 X-SW-Source: 2003-04/txt/msg00638.txt.bz2 List-Id: The following reply was made to PR bootstrap/10389; it has been noted by GNATS. From: Rocha Iran-QIR001 To: "'gcc-gnats@gcc.gnu.org'" , "'nobody@gcc.gnu.org'" Cc: Subject: RE: c++/10389: GCC 3.2.2 cross-compiler - Can't compile istream.t cc during build Date: Mon, 14 Apr 2003 15:38:59 -0500 Hi, I would like to let you know that I found a work around for the problem. After the build fails, I just need to do the following: 1. cd /ia64-pc-linux-gnu/libstdc++-v3/src 2. Vi Makefile and change line 307: From: CXXFLAGS = -g -O2 -D_GNU_SOURCE To: CXXFLAGS = -g -D_GNU_SOURCE 3. Run 'make' inside of /ia64-pc-linux-gnu/libstdc++-v3/src 4. Go back to my build dir (cd ../../../) 5. Run 'make' I was able to complete the cross-compiler build following these directions Regards, Iran Rocha -----Original Message----- From: gcc-gnats@gcc.gnu.org [mailto:gcc-gnats@gcc.gnu.org] Sent: Saturday, April 12, 2003 9:46 AM To: Rocha Iran-QIR001 Subject: Re: c++/10389: GCC 3.2.2 cross-compiler - Can't compile istream.tcc during build Thank you very much for your problem report. It has the internal identification `c++/10389'. The individual assigned to look at your report is: unassigned. >Category: c++ >Responsible: unassigned >Synopsis: GCC 3.2.2 cross-compiler - Can't compile istream.tcc during build >Arrival-Date: Sat Apr 12 14:46:00 UTC 2003