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 bootstrap/52226] Trunk fails to bootstrap on Mac OS X.


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

--- Comment #11 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-02-13 13:09:26 UTC ---
> Could the problem be that you don't have an assembler that supports 64-bit?

What does return '/usr/libexec/gcc/darwin/x86_64/as -v' (after it you need to
interupt as with ctrl-C)? For me it gives

Apple Inc version cctools-795~45, GNU assembler version 1.38

I configure with

Configured with: ../work/configure --prefix=/opt/gcc/gcc4.7w
--enable-languages=c,c++,fortran,objc,obj-c++,java,ada,lto --with-gmp=/opt/mp
--with-system-zlib --with-cloog=/opt/mp --enable-cloog-backend=isl --enable-lto

and it works!-)


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