From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8342 invoked by alias); 25 Apr 2004 16:52:41 -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 8333 invoked from network); 25 Apr 2004 16:52:40 -0000 Received: from unknown (HELO mgr2.xmission.com) (198.60.22.202) by sources.redhat.com with SMTP; 25 Apr 2004 16:52:40 -0000 Received: from [198.60.22.201] (helo=mgr1.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BHmrv-0000Cy-02; Sun, 25 Apr 2004 10:52:39 -0600 Received: from [198.60.22.20] (helo=xmission.xmission.com) by mgr1.xmission.com with esmtp (Exim 4.30) id 1BHmrv-0007Pv-RA; Sun, 25 Apr 2004 10:52:39 -0600 Received: from llewelly by xmission.xmission.com with local (Exim 3.35 #1 (Debian)) id 1BHmrv-0001lO-00; Sun, 25 Apr 2004 10:52:39 -0600 To: "prashant kulkarni" Cc: gcc-help@gcc.gnu.org References: From: llewelly@xmission.com Date: Sun, 25 Apr 2004 16:52:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Subject: Re: Error while "make" gcc3.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr1.xmission.com X-Spam-Level: X-Spam-Status: No, hits=0.3 required=8.0 tests=NO_REAL_NAME autolearn=no version=2.63 X-SA-Exim-Mail-From: llewelly@xmission.com X-SA-Exim-Version: 3.1 (built Wed Aug 20 09:38:54 PDT 2003) X-SA-Exim-Scanned: Yes X-SW-Source: 2004-04/txt/msg00328.txt.bz2 "prashant kulkarni" writes: > Hi , > I really appreciate the reply. I am using AIX 4.2.1.0. My make broke > inbetween but created gcc and other binaries. I have started with make > install and lets see if I can compile other libs. If 'make bootstrap' did not complete successfully, do not proceed with 'make install'. If you do, you are likely to end up with a gcc which works for trivial cases, but has hard to understand misbehavior in complex cases. You do not want to go there. Instead, try some configure options which may eliminate problem parts of GCC, like --enable-languages=c,c++ , which tells configure that only C and C++ should be built, leaving out java and fortran, which do not build on some systems. > I am planning to compile opensaml libs which are in C++. I am not > sure if it will work but the compiler is really taking huge time to > make. > > Should I go for higher version of gcc is i found some error while > compiling other dependancies. I reccomend gcc 3.3.3 .