On 12 February 2017 at 04:25, Phil Pennock <[email protected]> wrote: > I have uploaded Exim 4.89 RC4 to: > > https://ftp.exim.org/pub/exim/exim4/test/ > > This is a few minor fixes over RC3 but increases my confidence that this > will be identical, bar version-numbers, to the final release if nothing > else is revealed. *Please Test*. > > Since RC3: the version number in Release Candidate packages once more > properly declares the code to be an RC; all Perl scripts now strip '.' > from @INC; some compilation warnings under Clang have been cleaned up; > FreeBSD builds now try to use iconv from base libc; test_dbfn now builds > once more, per instructions in doc/dbm.discuss.txt; release tarballs now > encode all files as owned by 0:0 (for less confusing results if you > extract them as a root user).
On one particular server where I have successfully compiled RC1 to RC3, I have RC4 failing, meaning I need to fix something.. ... gcc environment.c gcc local_scan.c cc perl.c gcc malware.c gcc mime.c gcc regex.c gcc spam.c gcc spool_mbox.c gcc bmi_spam.c gcc dane.c gcc dcc.c gcc dmarc.c gcc imap_utf7.c gcc spf.c gcc srs.c gcc utf8.c gcc version.c gcc -o exim rfc2047.o: In function `rfc2047_decode2': rfc2047.c:(.text+0x420): undefined reference to `iconv_open' rfc2047.c:(.text+0x4da): undefined reference to `iconv' rfc2047.c:(.text+0x5bb): undefined reference to `iconv_close' imap_utf7.o: In function `imap_utf7_encode': imap_utf7.c:(.text+0xd6): undefined reference to `iconv_open' imap_utf7.c:(.text+0x1b2): undefined reference to `iconv' imap_utf7.c:(.text+0x225): undefined reference to `iconv_close' imap_utf7.c:(.text+0x525): undefined reference to `iconv_close' *** [exim] Error code 1 Stop in /usr/home/wash/Tools/Exim/exim-4.89_RC4/build-FreeBSD-i386. *** [all] Error code 1 Stop in /usr/home/wash/Tools/Exim/exim-4.89_RC4. What might that something be? -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft." -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
