K
Kaushal Mehta
Hello,
I am using two third party softwares, cyrus IMAP and UW c-client and
both of them are defining a function fatal with different signature.
Here is the error
"ld: fatal: symbol `fatal' is multiply-defined:
(file SunOS-sparc-5.8/imapd.o type=FUNC; file
/thirdParty/cclient/c-client/libc-client.a(osdep.o) type=FUNC);"
The signatures are
void fatal(const char *s, int code)
and
void fatal (char *string)
Its been used all over the place so changing the name does not sound
like a good idea.
Can you guys help me resolve this?. Thanks. Kaushal.
I am using two third party softwares, cyrus IMAP and UW c-client and
both of them are defining a function fatal with different signature.
Here is the error
"ld: fatal: symbol `fatal' is multiply-defined:
(file SunOS-sparc-5.8/imapd.o type=FUNC; file
/thirdParty/cclient/c-client/libc-client.a(osdep.o) type=FUNC);"
The signatures are
void fatal(const char *s, int code)
and
void fatal (char *string)
Its been used all over the place so changing the name does not sound
like a good idea.
Can you guys help me resolve this?. Thanks. Kaushal.