Michael Brunnbauer writes:


hi

the problem seems to be that configure sets _FILE_OFFSET_BITS to 64 so that
sizeof(off_t) is 8 on my 32 bit system. The whole courier code handles off_t
like it is a long integer and it simply isn't in my case. I'll have to think
about why only certain message sizes like 59983 cause problems.

I already mentioned that I run a 32 bit tool chain on a 64 bit kernel but
this causes no problems when compiling other stuff - and I already compiled
a lot with that setup.

Even supplying --host=i686-pc-linux-gnu and --build=i686-pc-linux-gnu to
configure will not fix the problem. I'll have to check why configure insists
on setting _FILE_OFFSET_BITS to 64.

Can you try building 5.0.5.20190130 from http://www.courier- mta.org/download.html#imap and see if that fixes this particular configuration.

Attachment: pgpyebecVov7A.pgp
Description: PGP signature

_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to