procmail
[Top] [All Lists]

Re: New procmail Maildir patches...

1997-09-10 15:04:03
Ivan Kohler <ivan(_at_)voicenet(_dot_)com> writes:
On Solaris 2.5/2.5.1 (but NOT 2.6), snprintf is only available as
__snprintf.  To get this patch to work happily, you need to do something like:

perl -pe 's/snprintf/__snprintf/g;' <patchfile >patchfile.solaris25

Well, the message that you carefully included in full (most likely to make sure
your message wasn't a mere 12 liner but a real 220 liner) has a much cleaner
alternative:

At 02:17 PM 9/6/97 +0000, Edward S. Marshall wrote:
Sun's cc). For solaris, make sure you add -Dsnprintf=__snprintf to CFLAGS,

But your remark about the fact that it is only to be used for 2.5.1 and not for
2.6 holds (how about 2.5 ?).


        Stefan

<Prev in Thread] Current Thread [Next in Thread>