This patch adds some "gdbm" libraries to the set of libraries used. If you're going to build "cvs" with "gdbm", this patch may be requir- ed. --- cvs-1.11.23.old/configure +++ cvs-1.11.23/configure @@ -9430,6 +9430,8 @@ fi +LIBS="-lgdbm_compat -lgdbm $LIBS" + { echo "$as_me:$LINENO: checking for library containing connect" >&5 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; } if test "${ac_cv_search_connect+set}" = set; then