Thanks to : Laurinda Chamberlin <lchamber@fcpa.fujitsu.com> for the
right answer.
My question:
> I'm trying to build sendmail 8.9 on a 2.5.1 system with sun's cc.
> (Included with visual workshop 3.0)
>
> Before I ditch it and go back to using gcc, has anybody built 8.9 with
> sun's cc?
Laurinda's Answer:
> I have built it on Solaris 2.5.1 using SPARCompiler C 4.0 and a
> sendmail-8.9.0/BuildTools/Site/site.config.m4 file that has:
>
> define(`confCC', `cc')
> define(`confMAPDEF', `-DNDBM -DMAP_REGEX')
> define(`confDEPEND_TYPE', `Solaris')
>
> It works great.
It did indeed work great, although I made a couple of changes, because I
wanted to support NIS+ and use nroff instead of groff:
define(`confCC', `cc')
define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX')
define(`confDEPEND_TYPE', `Solaris')
define(`confNROFF', `nroff')
define(`confMANDOC', `-man')
-Peter L. Wargo | plw@ncgr.org | +1 505 995 4476
Group Leader, Systems Administration
The National Center for Genome Resources
Santa Fe, NM 87505 (USA) | http://www.ncgr.org
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:12:41 CDT