This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: /lib/i686 and libpthread


On Mon, Feb 11, Ulrich Drepper wrote:

> Thorsten Kukuk <kukuk@suse.de> writes:
> 
> > ls: relocation error: /lib/i686/libpthread.so.0: undefined symbol:
> > _dl_cpuclock_offset
> > 
> > Is there a solution to get this working again?
> 
> You must have a mix between an old libpthread and a new ld.so.

No. I compiled /lib/ld-linux.so.2 from the same source tree as
/lib/i686/libpthread.so.0

The Problem seems to be the following change. The symbol is only
available if optimized for i686 now.

2001-08-31  Richard Henderson  <rth@redhat.com>

        * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.

  Thorsten

-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk@suse.de
SuSE Linux AG        Deutschherrenstr. 15-19       D-90429 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B


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