Re: nptl 0.33
Jakub Jelinek <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 02, 2003 at 03:09:12PM +0200, Simon Derr wrote: > > Hi, > > nptl-0.33 did not compile out of the box on my ia64 machine. > > I tried to fix what seems to be a bunch of typos in > nptl/sysdeps/ia64/bits/atomic.h (see attached patch), and copied some > parts of libc/include/atomic.h to nptl/atomic.h (not in the patch, this is > probably wrong), and thus got rid of all the undefined references to > 'atomic_compare_and_exchange_val_acq'. > > But later the libc build hangs when running rpcgen (It works correctly > when building WITHOUT nptl). > > I'm using a glibc cvs snapshot taken this morning. > > > Did anyone get nptl-0.33 to compile on ia64 ? > > > Regards, > > Simon. > diff -ur orig3glibc/libc/nptl/sysdeps/ia64/bits/atomic.h 3glibc/libc/nptl/sysdeps/ia64/bits/atomic.h > --- orig3glibc/libc/nptl/sysdeps/ia64/bits/atomic.h Wed Apr 2 14:05:47 2003 > +++ 3glibc/libc/nptl/sysdeps/ia64/bits/atomic.h Wed Apr 2 13:36:29 2003 Are you sure you have nptl-0.33? There are no atomic.h headers in nptl anymore, they are in libc/sysdeps/ia64/bits/atomic.h etc. Jakub