Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2007 16:25:55 -0800
From:      Yuri <yuri@rawbw.com>
To:        freebsd-hackers@freebsd.org
Subject:   /lib/pthread.so.2 is sought during some port compilation
Message-ID:  <1196295955.474e0713b530b@webmail.rawbw.com>

next in thread | raw e-mail | index | archive | help
I tried to compile firefox-2.0.0.10 on 7.0-BETA3.
And one linking command failed seeking for malloc_lock symbol required by
/lib/pthread.so.2. Obviously it tried to link obsolete /lib/pthread.so.2 with
the new /lib/libc.so.7.

By reading /usr/src/UPDATING I learn that the default threading library has been
replaced by /lib/libthr.so.

Why would linker seek for libpthread.so instead of libthr.so?

Yuri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1196295955.474e0713b530b>