At 04:17 03-02-2009, deiva shanmugam wrote: > I'm trying to build a 64-bit dynamic dkim library. Is it > possible to build the dynamic library by having any options in > "site.config.m4.dist". I enabled the option for shared library for > libdkim in "site.config.m4.dist". Still i could build only > libdkim.a .Can anyone please help me.
The site.config.m4.dist is an example file. Create a site.config.m4 in devtools/Site/ with the following line in it: define(`bld_LIBDKIM_SHARED', `true') Regards, -sm ------------------------------------------------------------------------------ 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
