> I'm building Ethereal 0.8.18 sources on MIPS/IRIX.
32-bit or 64-bit?
If it's 64-bit, try changing
union {
guint16 s[2];
long l;
} l_util;
in "in_cksum.c" to
union {
guint16 s[2];
guint32 l;
} l_util;
(I'm assuming IRIX on 64-bit MIPS platforms is LP64) and see if that
helps.
Powered by MHonArc 2.6.10