: I compiled procmail in HP-UX with no problems at all but that's not
: the case in IRIX 5.3 every try has failed.
I've experienced similar problems on
IRIX mickey 5.3 08031226 IP22 mips
Even basic functionality like ^TO fails. I tried compiling with the
SGI compiler and gcc (both with and without optimization) but to no
avail.
Hmm. I just compiled it under IRIX 5.3 without any problems. I haven't tried
running it as a local delivery agent, but it works fine when pumping a mailbox
into formail that calls procmail:
cat mbox | ./formail -s ./procmail -m ./procmailrc
(yes, yes, I want to use cat to remove ambiguity)
Are you using it as a local delivery agent or as a filter?
I'm using the stock compiler on the system (not gcc) with optimization (-O).
I do get some warnings:
Warning 581: /usr/include/sysexits.h:107: Macro EX_OK redefined.
I have no problems with making a binary available for anyone, but I don't know
what kinds of locking you'll be doing. The version that I compiled has these
locking strategies:
dotlocking, fcntl(), lockf(), flock()
Chris