On Sat, 25 Jul 2009, The Doctor wrote: > On Sat, Jul 25, 2009 at 03:43:01PM -0400, Andy Dougherty wrote: > > On Sat, 25 Jul 2009, The Doctor wrote: > > > > > For the BSD/OS hints file , please place > > > > > > # This script UU/usethreads.cbu will get 'called-back' by Configure > > > # after it has prompted the user for whether to use threads. > > > cat > UU/usethreads.cbu <<'EOCBU' > > > case "$usethreads" in > > > $define|true|[yY]*) > > > case "$osvers" in > > > 3.*|4.*) ccflags="-D_REENTRANT -D_THREAD_SAFE -pthread $ccflags" > > > ;; > > > *) cat <<EOM >&4 > > > > > > > I assume you mean apply the following patch: > > > > diff --git a/hints/bsdos.sh b/hints/bsdos.sh > > index ab56f99..65eaf7f 100644 > > --- a/hints/bsdos.sh > > +++ b/hints/bsdos.sh > > @@ -120,7 +120,7 @@ cat > UU/usethreads.cbu <<'EOCBU' > > case "$usethreads" in > > $define|true|[yY]*) > > case "$osvers" in > > - 3.*|4.*) ccflags="-D_REENTRANT $ccflags" > > + 3.*|4.*) ccflags="-D_REENTRANT -D_THREAD_SAFE -pthread $ccflags" > > ;; > > *) cat <<EOM >&4 > > I did not know that BSD/OS $osvers supports POSIX threads. > > > > > You are correct. Thanks. Applied to blead as commit 1d5727c1fd186772fdf2e7e5f94d3656809073d6 -- Andy Dougherty doughera@lafayette.eduThread Previous | Thread Next