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 other/51093] GCC 4.4.3 build fails with 'OPTION_ISA_AES' as undefined


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 ...


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