Re: warning: lib/libthread interface mismatch

From: Jinsong Zhao (zhaojs_at_yahoo.com)
Date: 09/25/03


Date: 25 Sep 2003 09:55:16 -0700

Hi, for this problem, yes, it was partically statically linked. This
is because we link FORTRAN codes, but the customer's side may not have
the necessary dynamic library. So we statically link those libraries,
leaving the most common (such as libc and libthread) dynamically
linked.

The compiling machine is as follows:
        SunOS ... 5.8 Generic sun4u sparc SUNW,Ultra-5_10
The running machine with the "libc/libthread interface mismatch"
message is as follows:
        SunOS ... 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-80

They have the same OS version number.

Will this warning occur when the compiling machine is 32bit while the
running machine is in 64bit mode?

Jinsong