[Bug other/51093] GCC 4.4.3 build fails with 'OPTION_ISA_AES' as undefined
mikpe at it dot uu.se
gcc-bugzilla@gcc.gnu.org
Fri Nov 11 13:05:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51093
--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2011-11-11 12:37:28 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>
>
> It gave following error.
Don't build in the source directory, always build in a separate object
directory with /path/to/<gcc source>/configure ...
More information about the Gcc-bugs
mailing list