This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/51093] GCC 4.4.3 build fails with 'OPTION_ISA_AES' as undefined


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51093

--- Comment #4 from Mikael Pettersson <mikpe at it dot uu.se> 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++>
>     <make bootstrap>

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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]