From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7697 invoked by alias); 19 Apr 2011 14:02:44 -0000 Received: (qmail 7679 invoked by uid 22791); 19 Apr 2011 14:02:43 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_TR 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; Tue, 19 Apr 2011 14:02:24 +0000 From: "mirko.chioldin at iside dot bcc.it" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: critical 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: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 19 Apr 2011 14:02: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-04/txt/msg02021.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #8 from Mirko 2011-04-19 14:02:18 UTC --- Hello, I have tried to compile the new version GCC 4.6.0 But the compilation stops anyway: checking whether sbrk is declared... (cached) yes checking whether strverscmp is declared... (cached) no checking whether canonicalize_file_name must be declared... (cached) yes checking for working strncmp... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing default commands make[3]: Entering directory `/users/gcc-4.6.0/build-powerpc-ibm-aix6.1.0.0/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../.././libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../.././libiberty/regex.c -o pic/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../.././libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../.././libiberty/regex.c -o regex.o Assembler: /tmp//cc6acvfX.s: line 6636: 1252-040 The specified expression is not valid. Make sure that all symbols are defined. Check the rules on symbols used in an arithmetic expression concerning relocation. make[3]: *** [regex.o] Error 1 make[3]: Leaving directory `/users/gcc-4.6.0/build-powerpc-ibm-aix6.1.0.0/libiberty' make[2]: *** [all-build-libiberty] Error 2 make[2]: Leaving directory `/users/gcc-4.6.0' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/users/gcc-4.6.0' make: *** [bootstrap] Error 2 What can I do? Mirko