[521] in Pthreads mailing list archive
Re: pthreads-1_60_beta6 on solaris 2.4
daemon@ATHENA.MIT.EDU (Christopher Provenzano)
Wed Nov 20 14:01:29 1996
Reply-To: proven@cygnus.com
To: gerald@geordi.mit.edu (Gerald Schreiber)
Cc: pthreads@MIT.EDU
In-Reply-To: Your message of "Wed, 20 Nov 1996 16:23:38 +0100."
<9611201523.AA27770@geordi>
Date: Wed, 20 Nov 1996 13:28:07 -0500
From: Christopher Provenzano <proven@proven.org>
> Hi,
>
> I've installed pthreads-1_60_beta6 on a Solaris 2.4 machine without
> problems. When linking my application, I get two warnings:
>
> ld: warning: symbol `_iob' has differing sizes:
> (file libpthread.a(findfp.o) value=0x4; file /usr/lib/libc.so value=0
> x140);
> libpthread.a(findfp.o) definition taken
> ld: warning: symbol `__iob' has differing sizes:
> (file libpthread.a(findfp.o) value=0x4; file /usr/lib/libc.so value=0
> x140);
> /libpthread.a(findfp.o) definition taken
>
> Is it save to ignore these warnings? (The output seems to work OK at
> a first glance)
>
Yes, you can ignore these.
CAP