From owner-freebsd-questions Tue Jun 29 19: 8:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id B5FC614E07 for ; Tue, 29 Jun 1999 19:08:32 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id WAA06300 for questions@freebsd.org; Tue, 29 Jun 1999 22:08:31 -0400 (EDT) (envelope-from mi) Message-Id: <199906300208.WAA06300@misha.cisco.com> Subject: cc -kthread To: questions@freebsd.org Date: Tue, 29 Jun 1999 22:08:31 -0400 (EDT) Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL60 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is the subject supposed to work on 3.2-STABLE? I'm geeting something like: configure:1092: cc -o conftest -O conftest.c -kthread 1>&5 /usr/libexec/elf/ld: cannot open -lpthread: No such file or directory configure: failed program was: #line 1081 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_mutex_init(); int main() { pthread_mutex_init() ; return 0; } -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message