From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 987 invoked by alias); 28 Feb 2011 12:25:53 -0000 Received: (qmail 976 invoked by uid 22791); 28 Feb 2011 12:25:51 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Feb 2011 12:25:47 +0000 From: "mirko.chioldin at iside dot bcc.it" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/47923] New: Errors when installing GCC 4.5.2 on AIX 6.1 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: mirko.chioldin at iside dot bcc.it X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 28 Feb 2011 12:38:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg03086.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 Summary: Errors when installing GCC 4.5.2 on AIX 6.1 Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: bootstrap AssignedTo: unassigned@gcc.gnu.org ReportedBy: mirko.chioldin@iside.bcc.it Created attachment 23489 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23489 Output commands configure and make Hello, I would like to install version 4.5.2 of GCC on AIX 6.1. This release allows me to use optimizations for Power7. I installed gcc, C++, cpp, libgcc, LIBGOMP, LIBMPC, M4, MPFR and GMP through RPM. After that I setted the environment variables: export CONFIG_SHELL=/opt/freeware/bin/bash export LDR_CNTRL=MAXDATA=0x50000000 export LDR_CNTRL=MACDATA=0x30000000 export CONFIG_SHELL export PATH=/opt/freeware/bin:/users/app/gcc/bin:$PATH:. export LIBPATH=/opt/freeware/lib: export LD_LIBRARY_PATH=$LIBPATH And I run the command configure: ../gcc-4.5.2/configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++ --prefix=/users/app/gcc-4.5.2 --mandir=/users/app/gcc/man --infodir=/users/app/gcc/share/info --enable-version-specific-runtime-libs --disable-nls --host=powerpc-ibm-aix6.1.0.0 --enable-static --enable-threads=aix --enable-shared During the "make" phase, I get the output that I attach. What can I do? Mirko