This is the mail archive of the libc-help@sourceware.org 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]

pthread_cond_* does not compile on i386


Hello,

After having removed the corresponding asm files, pthread_cond_signal.c fails compiling.

Actually, pthread_cond_signal.c uses the macro lll_futex_wake_unlock
which is not defined for i386.
At least I cannot find it by grepping through the source tree.
To have it compiling, I had to rework the syscall macros.

Though I can build the rest of glibc without error, I wonder if the C code and asm-i386 are in sync for pthread_cond_* files.

By the way, is there any official way or document that explains how to build glibc? ... just to be sure I'm not missing something.


Thank-you, Gilles. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Gilles.Carry Linux Project team mailto: gilles.carry@bull.net Phone: +33 (0)4 76 29 74 27 Addr.: BULL S.A. 1 rue de Provence, B.P. 208 38432 Echirolles Cedex http://www.bull.com http://www.bullopensource.org/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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