Thanks.
I'll ask our unix guy about 5.9.
Philip Hazel wrote:
On Fri, 18 Nov 2005, Steve Sargent wrote:
I have now got to the bottom of this!!!!
The easiest way round it is to edit the Makefile in OS/Makefile-SunOS5 thus:-
7c7
< HAVE_ICONV=yes
---
HAVE_ICONV=no
1. You should never edit anything in the OS directory. Instead, you
should have put HAVE_ICONV=no into Local/Makefile. That way, you can
just copy Local/Makefile when you want to compile the next release,
instead of having to re-edit.
2. I compile Exim quite happily on Solaris 5.9 without having to do
anything special about HAVE_ICONV. Are you using an earlier release? Ah
yes, you did say 5.8. I suspect iconv() must have been added to 5.9 in a
more standard way.
The -R/usr/local/lib part tells it where to find the iconv library at run
time!!!
Yes, one needs to remember that bit on Solaris when you specify
additional libraries.
--
Steve Sargent, Vox +44 020 7882 3220, Fax +44 020 8980 2001
QMUL Computing Services, Mile End Road, London E1 4NS, UK
Email : [EMAIL PROTECTED]
WWW page: http://www.qmul.ac.uk/~cgaa160/index.html
PIPER _|_
PA28R ____/___\___
___________[=o=]___________
ARROW e/ o \e
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/