Subject: Re: pthreads
To: None <mcr@sandelman.ottawa.on.ca>
From: Christoph Badura <bad@oreilly.de>
List: tech-userlevel
Date: 10/05/1999 18:48:16
mcr@sandelman.ottawa.on.ca (Michael Richardson) writes:
>  Can anyone tell me what this means:

>/usr/libexec/ld.so: symbol ___sF at 0x40049100 in /usr/pkg/pthreads/lib/libpthread.so.1.60 changed size: expected 264, actual 192

I think, this means that for some reason the binary was linked against
the shared libc in /usr/lib (or maybe some other library pulled it
in).  Did you use the pgcc to compile and link the program?

-- 
Christoph Badura					www.netbsd.org

	Anything that can be done in O(N) can be done in O(N^2).
	-- Ralf Schuettau (after looking at a particular piece of code)