This is the mail archive of the gcc@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]

Re: 2002-04-28's 3.1 branch's libjava won't build onGNU/Linux/sparc


   From: "David S. Miller" <davem@redhat.com>
   Date: Tue, 30 Apr 2002 18:30:28 -0700 (PDT)

      From: Alexandre Oliva <aoliva@redhat.com>
      Date: 30 Apr 2002 22:35:09 -0300
   
      Libjava won't build on Red Hat Linux 6.2 for sparc, all updates
      installed.  The error occurs when linking one of the libjava binaries,
      IIRC.  The error was that __libc_sigaction was unresolved.
      
   I'll fix this.  I didn't notice this because all of my
   systems for gcc development have glibc-2.2.x installed.
   
   Please file a PR so it can be tracked, thanks.
   
Turns out there is nothing for me to fix, GLIBC-2.2.4 or later
is actually required for this platform for other reasons
(unaligned relocations not handled properly by ld.so)

So I've closed the PR and you need to get glibc-2.2.x up on
your system to bootstrap properly.

I knew there was a reason I found it odd that I had purposely
upgraded all of my Sparc test boxes to >glibc-2.2.4 and this
was indeed the reason.


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