On Wed, 26 Jan 2011, Frank Elsner wrote: > From: Frank Elsner <[email protected]> > To: Exim Users <[email protected]> > Date: Wed, 26 Jan 2011 12:19:23 > Subject: [exim] exim-4.74 on Solaris 10 > > I've problems to compile exim-4.74 in a Solaris 10 system. > > I've CFLAGS_DYNAMIC= in Local/Makefile
Don't think you need to set this anymore. You needed to do so in the release candidates, but Phil Pennock fixed this in the released version. > but make dies with > > gcc dbmdb.c > make: Fatal error: Don't know how to make target `DNSDB.o' > Current working directory /root/exim-4.74/build-SunOS5-5.10-i386/lookups > *** Error code 1 I'm puzzled, where does "DNSDB.o" come from? The exim source uses lowercase filenames. There's certainly a src/lookups/dnsdb.c which give an object file dnsdb.o. But there's no DNSDB.c -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK [email protected] Phone: +44 1225 386101 -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
