From owner-freebsd-questions Tue Jul 6 2:34:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by hub.freebsd.org (Postfix) with ESMTP id 45B9A153B1 for ; Tue, 6 Jul 1999 02:34:55 -0700 (PDT) (envelope-from kmarx@bigshed.com) Received: from bigshed.com (pri-138-dev.vicor-nb.com [208.206.78.138]) by mail.vicor-nb.com (Postfix) with ESMTP id 3838E97E01; Tue, 6 Jul 1999 02:34:54 -0700 (PDT) Message-ID: <3781CE76.37A66221@bigshed.com> Date: Tue, 06 Jul 1999 02:37:58 -0700 From: Ken Marx X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Cc: Ken Marx Subject: pthread/libc/linux problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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