Re: multithread CPPFLAGS

2008-08-26 Thread Ralf Wildenhues
Hello, * Matthew Woehlke wrote on Mon, Aug 25, 2008 at 07:40:07PM CEST: > Bruno Haible wrote: >> Yoann Vandoorselaere wrote: - it does not need to see a thread-aware errno, hence it does not need to compile with THREADCPPFLAGS. >>> Not using a thread-aware errno from an application tha

Re: multithread CPPFLAGS

2008-08-25 Thread Matthew Woehlke
Bruno Haible wrote: Yoann Vandoorselaere wrote: - it does not need to see a thread-aware errno, hence it does not need to compile with THREADCPPFLAGS. Not using a thread-aware errno from an application that indirectly use thread through a library (which use thread-aware errno). Are you comple

Re: multithread CPPFLAGS

2008-08-25 Thread Yoann Vandoorselaere
Hi Bruno, Le lundi 25 août 2008 à 11:46 +0200, Bruno Haible a écrit : > Yoann Vandoorselaere wrote: > > > - it does not need to see a thread-aware errno, > > > hence it does not need to compile with THREADCPPFLAGS. > > > > Not using a thread-aware errno from an application that indirectly use >

Re: multithread CPPFLAGS

2008-08-25 Thread Bruno Haible
Yoann Vandoorselaere wrote: > > - it does not need to see a thread-aware errno, > > hence it does not need to compile with THREADCPPFLAGS. > > Not using a thread-aware errno from an application that indirectly use > thread through a library (which use thread-aware errno). Are you > completely su

Re: multithread CPPFLAGS

2008-08-25 Thread Yoann Vandoorselaere
Le jeudi 21 août 2008 à 11:02 -0500, Matthew Woehlke a écrit : > Yoann Vandoorselaere wrote: > > Le jeudi 21 août 2008 à 12:28 +0200, Bruno Haible a écrit : > >> Yoann Vandoorselaere wrote: > >>> Most program using the library currently don't (and probably won't) > >>> depend on GnuLib. They are no

Re: multithread CPPFLAGS

2008-08-21 Thread Matthew Woehlke
Yoann Vandoorselaere wrote: Le jeudi 21 août 2008 à 12:28 +0200, Bruno Haible a écrit : Yoann Vandoorselaere wrote: Most program using the library currently don't (and probably won't) depend on GnuLib. They are not multithread programs, and in order to enable the library threaded features, we h

Re: multithread CPPFLAGS

2008-08-21 Thread Yoann Vandoorselaere
Le jeudi 21 août 2008 à 12:28 +0200, Bruno Haible a écrit : > Yoann Vandoorselaere wrote: > > Most program using the library currently don't (and probably won't) > > depend on GnuLib. They are not multithread programs, and in order to > > enable the library threaded features, we have to export corr

Re: multithread CPPFLAGS

2008-08-21 Thread Bruno Haible
Yoann Vandoorselaere wrote: > Most program using the library currently don't (and probably won't) > depend on GnuLib. They are not multithread programs, and in order to > enable the library threaded features, we have to export correct > CFLAGS/LIBS to theses application so that they can compile wit

Re: multithread CPPFLAGS

2008-08-21 Thread Yoann Vandoorselaere
Le jeudi 21 août 2008 à 00:54 +0200, Bruno Haible a écrit : > Yoann Vandoorselaere wrote: > > - Isolate thread specific CPP flags into THREADCPPFLAGS (this is useful > > for a library to propagate threads specific CPPFLAGS). > > What do you mean by that? Do you mean that the users of a library nee

Re: multithread CPPFLAGS

2008-08-20 Thread Bruno Haible
Yoann Vandoorselaere wrote: > - Isolate thread specific CPP flags into THREADCPPFLAGS (this is useful > for a library to propagate threads specific CPPFLAGS). What do you mean by that? Do you mean that the users of a library need to use the same CPPFLAGS as those with which library was compiled? T