From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5549 invoked by alias); 12 Nov 2011 13:12:37 -0000 Received: (qmail 5531 invoked by uid 22791); 12 Nov 2011 13:12:37 -0000 X-SWARE-Spam-Status: No, hits=-2.9 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; Sat, 12 Nov 2011 13:12:24 +0000 From: "mikpe at it dot uu.se" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/51093] GCC 4.4.3 build fails with 'OPTION_ISA_AES' as undefined Date: Sat, 12 Nov 2011 13:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: trivial X-Bugzilla-Who: mikpe at it dot uu.se X-Bugzilla-Status: WAITING 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 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-11/txt/msg01289.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51093 --- Comment #4 from Mikael Pettersson 2011-11-12 13:12:05 UTC --- (In reply to comment #0) > I've downloaded gcc 4.4.3 tar-ball package. > Configured and build as follows for host-x86_64-unknown-linux-gnu: > <./configure --prefix=$HOME/install/dir/ --enable-languages=c++> > I just successfully bootstrapped gcc-4.4.3 on x86_64 (Fedora 13) configured exactly as indicated above, except I also passed in --with-gmp= and --with-mpfr= to pick up my locally built gmp/mpfr libraries, and I built in a separate object directory. Are you sure you didn't supply any other options to configure? Ditto for 'make bootstrap'? Are you sure there were no errors from configure? Where there any warnings or errors from 'make bootstrap' before the one you showed here? What's the host environment (Linux distro, host gcc version, binutils version, glibc version, how much memory, how much swap)? > gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wcast-qual -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE > -I. -Ibuild -I../.././gcc -I../.././gcc/build -I../.././gcc/../include > -I../.././gcc/../libcpp/include -I/usr/intel/pkgs/libgmp/4.3.0/include > -I/usr/intel/pkgs/libgmp/4.3.0/include -I/usr/intel/pkgs/libmpfr/2.4.1/include These paths to /usr/intel/pkgs/ look non-standard. Where did they come from?