This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: Yet another sparc-sun-solaris2.8 bootstrap failure


   From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
   Date: Wed, 10 Apr 2002 00:01:44 +0200 (CEST)
   
   I filed a high-priority PR for this problem this afternoon, and davem
   already did a nice analysis:
   
     http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=6237

My analysis is wrong btw, I though solaris-2.7+ targets would build
64-bit binaries by default, and this is not true.

Richard helped me figure this out and the issue really is that
it is bombing out trying to do 64-bit multilib of the target
libraries when the kernel can't run 64-bit binaries.
That is what fails, configuring the multilib when running on
a 32-bit only kernel.


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