Re: support for multithread-safe libraries

2005-07-19 Thread Albert Chin
On Thu, Jul 14, 2005 at 04:10:14PM +0200, Bruno Haible wrote: > I propose to add a new module 'lock' to gnulib. It addresses these problems. > It will be used in gettext 0.15. I looked through m4/lock.m4 to determine how you identify weak symbol support on a system: gl_have_weak=no AC_TRY_

Re: [bug-gnulib] Re: libtool 2.1a failed mdemo-make.test on Solaris

2005-07-19 Thread Alexandre Duret-Lutz
>>> "Bruno" == Bruno Haible <[EMAIL PROTECTED]> writes: [...] Bruno> all-local $(libfoo_la_OBJECTS): $(ARGZ_H) Hmmm, why do you need this since $(ARGZ_H) is already in $(BUILT_SOURCES), and "all" depends on $(BUILT_SOURCES)? -- Alexandre Duret-Lutz __

Re: adding once-only initialization to lock module

2005-07-19 Thread Albert Chin
On Mon, Jul 18, 2005 at 09:54:36PM +0200, Bruno Haible wrote: > Libraries that need to protect shared datastructures with locks also often > need once-only initializations. And conversely, all programs that need > thread-safe once-only initialization also need locking. > > So I've added support fo

Re: support for multithread-safe libraries

2005-07-19 Thread Albert Chin
On Thu, Jul 14, 2005 at 04:10:14PM +0200, Bruno Haible wrote: > dnl Survey of platforms: > dnl > dnl Platform Available CompilerSupports test-lock > dnl flavoursoption weak result > dnl --- - - -