MORE SUMMARY: compiling sendmail ...

From: Jeff Foster, CCS Open System Group (jfoster@uclink.berkeley.edu)
Date: Wed Mar 05 2003 - 17:39:14 EST


The fix I posted earlier fix part of the problem.
I tried this suggestion from
Steve VanDevender, which worked well

he wrote:

"In Digital UNIX 4.0x the dbm functions are integrated into libc, so
-ldbm isn't needed for linking them in. You can tell the sendmail build
system to not link with -ldbm by explicitly defining "confLIBSEARCH" and
"confLIBS" in devtools/Site/site.OSF1.m4 to indicate only the libraries
you want it to look for and link with.

As an example, here's a simple site.OSF1.m4 that should do this:

define(`confCC', `cc')
define(`confOPTIMIZE', `-std1 -O2')
define(`confLIBS', `')
define(`confLIBSEARCH', `db')

thanks again to all on the list.

Jeff

----
Jeff Foster 
642-8552
CCS -  Open Systems Group
UC Berkeley


This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:49:09 EDT