RE: [Exim] How to force 64 bit compile on Solaris 8

Top Page
Delete this message
Reply to this message
Author: Sheen, Tony
Date:  
To: exim-users
Subject: RE: [Exim] How to force 64 bit compile on Solaris 8
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
Further to my last request for help, I've made some progress...

I have edited "Makefile-SunOS5" to include "CC=gcc -m64" as changing the
CFLAGS setting to "CFLAGS=-O -m64" always failed as detailed in my earlier
message.

Now I don't get library errors!

However, although everything compiles, I get the following warnings:

<--snip-->
    gcc -m64 -c -O  dsearch.c
    dsearch.c: In function `dsearch_check':
    dsearch.c:52: warning: cast from pointer to integer of different
size
<--snip-->


<--snip-->
    gcc -m64 -c -O -I.    filter.c
    filter.c: In function `interpret_commands':
    filter.c:1887: warning: cast from pointer to integer of different
size
    filter.c:1968: warning: cast from pointer to integer of different
size
    filter.c:2044: warning: cast from pointer to integer of different
size
<--snip-->


Does anybody have any idea where to go from here (or should I give up???)

Tony Sheen
--