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]

Re: libjava test suite keeps getting stuck


On Thu, Apr 19, 2001 at 07:34:50PM -0700, Zack Weinberg wrote:
> On Thu, Apr 19, 2001 at 10:31:22PM -0400, Jeff Sturm wrote:
> > 
> > On 19 Apr 2001, Tom Tromey wrote:
> > > Maybe there is another problem that I haven't paid attention to?  :-(
> > 
> > The one that puts -lc ahead of -lpthread?  I reported it a while back,
> > then promptly forgot about it again.
> > 

I believe the new glibc and current binutils should fix it. That
is the order of -lc and -lpthread passed to ld doesn't affect that
the symbols in libpthread.so will override those in libc.so. Ulrich,
is that true?

H.J.


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