On Mon, Sep 1, 2008 at 10:33 PM, David Roundy <[EMAIL PROTECTED]> wrote: > On Mon, Sep 01, 2008 at 11:22:53AM -0700, Dmitry Kurochkin wrote: >> Mon Sep 1 21:57:38 MSD 2008 Dmitry Kurochkin <[EMAIL PROTECTED]> >> * Resolve issue1037: compile with -D_REENTRANT. > >> Dmitry Kurochkin <[EMAIL PROTECTED]>**20080901175738] hunk ./configure.ac 60 >> +dnl Compile with multi thread support. Required on Solaris at least. >> + >> +CPPFLAGS="$CPPFLAGS -D_REENTRANT" >> + > > Is this for the libcurl bindings?
Yes, it is for libcurl. But I think there is a similar problem in libwww. I seems a good idea to compile all C code with multi thread support. Please see Simon's comments for issue1037. Regards, Dmitry _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
