On Thu, 5 Feb 2009, deiva shanmugam wrote:
>   I need to pass some options to the compiler, for supporting 64-bit and
> multithreading. I don't know, how to give in site.config.m4 file.
> So, i made changes in Makefile for libsm and libdkim. I was able to build
> 64-bit object files. While building the library, Error came.

You should modify site.config.m4 only.  There should never be a need to 
modify any other Makefile or Makefile.m4 in the distribution.

The distribution is already geared to create thread-safe libraries. 
That's what this line is for:

        define(`confMT', `true')

How you add the remaining options depends on whether the options belong to 
the compiler or the link editor, and where they should go on the command 
line.  See devtools/README for guidance.  Essentially, you add options 
using lines like this in site.config.m4:

        APPENDDEF(`confCCOPTS', `cc-options-here')
        APPENDDEF(`confLDOPTS', `ld-options-here')

...and then do "sh Build -c" to restart the build.

> ld: fatal: file base64.o: wrong ELF class: ELFCLASS64

I don't know what this error means.  Check the Solaris 10 compiler 
documentation.

------------------------------------------------------------------------------
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