Compile errors
Katsuhiro Kondou
kondou at nec.co.jp
Wed Oct 11 22:08:23 UTC 2000
In article <39E4314E.DED6402C at kondor.dn.ua>,
"Alexander N. Ryzhov" <ran at kondor.dn.ua> wrote;
} And it's interesting how ld determine it.
configure tries to find. Here is how it does(in configure.in):
AC_CHECK_LIB(dbm, dbm_open, DBM_LIB="-ldbm")
AC_CHECK_LIB(ndbm, dbm_open, DBM_LIB="-lndbm")
AC_SUBST(DBM_LIB)
DMB_LIB is used as DBMLIB in Makefile.global which is included
when make runs.
--
Katsuhiro Kondou
More information about the inn-workers
mailing list