Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2004 12:54:04 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Matthew Emmerton <matt@gsicomp.on.ca>
Cc:        questions@freebsd.org
Subject:   Re: Cannot find libpthread on 5.2.1-RELEASE-p3
Message-ID:  <20040322185404.GE26638@dan.emsphone.com>
In-Reply-To: <20040322140249.I76571@gabby.gsicomp.on.ca>
References:  <405F2F92.9090600@ant.uni-bremen.de> <20040322140249.I76571@gabby.gsicomp.on.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Mar 22), Matthew Emmerton said:
> On Mon, 22 Mar 2004, Heinrich Rebehn wrote:
> 
> > Hi list,
> >
> > this is all i get when searching for libpthread on my system:
> >
> > # find /usr -name 'libpthread*'
> > /usr/src/lib/libpthread
> > /usr/compat/linux/lib/libpthread-0.9.so
> > /usr/compat/linux/lib/libpthread.so.0
> > # find /lib -name 'libpthread*'
> > #
> >
> > How do i install libpthread? What am i missing?
> 
> libpthread does not exist anymore.  Use libc_r instead.

Actually, libpthread exists in -current, but not in 5.2.  Linking with
-lc_r should work, and in 5.2 it'll really give you libkse (which is
called libpthread in -current).

-- 
	Dan Nelson
	dnelson@allantgroup.com



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