On Mon, 2003-01-20 at 11:48, Dumitru Ciobarcianu wrote:
> On Lu, 2003-01-20 at 21:33, Gregory Leblanc wrote:
> > Are you using NPTL?
> > Greg
>
> Yes, it is installed (and I guess enabled by default)
I had to patch db3 to not use NPTL, or some damn thing. Here's a patch
stolen from KatzJ at Red Hat.
Greg
--- db-3.1.17/dist/configure.nptl 2003-01-02 02:11:19.000000000 -0500
+++ db-3.1.17/dist/configure 2003-01-02 02:11:22.000000000 -0500
@@ -3585,7 +3585,7 @@
pthread_mutexattr_destroy(&mutexattr));
}
EOF
-if { (eval echo configure:3589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:3589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null && 0
then
db_cv_mutex="POSIX/pthreads/library"
else
--
Gregory Leblanc <[EMAIL PROTECTED]>
_______________________________________________
evolution-hackers maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers