Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jul 1999 02:37:58 -0700
From:      Ken Marx <kmarx@bigshed.com>
To:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Cc:        Ken Marx <kmarx@bigshed.com>
Subject:   pthread/libc/linux problem
Message-ID:  <3781CE76.37A66221@bigshed.com>

next in thread | raw e-mail | index | archive | help
Hi,

Does anyone know how to get pthreads working in linux_devel?

I'm trying to build some linux 3rd party stuff on FreeBSD 3.2-RELEASE.
I've done the kld thing and installed the  linux_lib-2.6.1 and 
linux_devel-0.2 packages.

(I also got my links to libc.so and libm.so correct per some other
helpful email I saw posted here. I'm pointing to ../../lib versions.)

Now I'm seeing problems with a requirement for libpthread: The only
version I see is in compat/linux/lib/libpthread.so.0. This version requires
libc.so.6.

However, a simple 'hello world' program segv's when linked with this.
And libm complains about an undef'd __getfpucw (in the vendor code).
Only libc.so.5.4.23 avoids these two problems.

Any ideas on know how to cut this knot?

Thanks!

k.

-- 
Ken Marx, kmarx@bigshed.com
This is like the first lap of a four-lap race. We all have to move back above 
the line on ability to execute and achieve sustainable competitive advantage 
on the wisdom statements.
		- http://cgi.bigshed.com/~kmarx/cgi-bin/speak.cgi


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3781CE76.37A66221>