The transcript you mailed shows that you do have "gcc" installed, so I'm 
confused about why you need to switch to "cc".  I believe either one can 
build the shared library.

Beyond that, the transcript shows you're getting two errors:

1) You have requested _FFR_DIFFHEADERS, but don't appear to have the TRE 
library installed or the right parts of site.config.m4 enabled.  The build 
will not work until one of those two is fixed.  I would recommend you 
disable (restore the "dnl " to the front of) all of the FFR lines until 
you get the basic shared library to build, then try turning on features 
later.

2) The symbol MAXDNAME is not defined in your 
/usr/local/include/resolv.conf.  That probably means you have installed 
some resolver other than the standard one (bind-9.6.0 perhaps?) which has 
some new format or dependencies.  You need to find out where MAXDNAME is 
defined and include that as well.  You might try adding this to 
libar/Makefile.m4, just as a guess:

        define(`confMT', `true')
        APPENDDEF(`confENVDEF', `-DDARWIN')  <== add this line

This solved the problem for another OS, so perhaps it will work here as 
well.

These problems prevent building of libdkim in any form, and thus the rest 
of the package.  They're not specific to the shared library build.

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
dkim-milter-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss

Reply via email to