From owner-freebsd-questions Thu Sep 3 13:42:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16411 for freebsd-questions-outgoing; Thu, 3 Sep 1998 13:42:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16356 for ; Thu, 3 Sep 1998 13:41:58 -0700 (PDT) (envelope-from bartol@salk.edu) Received: from cole.salk.edu (cole [198.202.70.113]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id NAA18975 for ; Thu, 3 Sep 1998 13:13:13 -0700 (PDT) Date: Thu, 3 Sep 1998 13:13:12 -0700 (PDT) From: Tom Bartol To: freebsd-questions@FreeBSD.ORG Subject: pthread_attr_setscope missing from libc_r ??? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm trying to compile VTK (a multithreaded viz tool kit) but I'm getting the following error in the final link step: vtkMultiThreader.o: Undefined symbol `_pthread_attr_setscope' referenced from text segment which seems to suggest that I'm missing the pthread_attr_setscope function. The function should exist according to the pthread(3) man page. I'm compiling on a 3.0-19980711-SNAP machine with the -pthread switch passed to g++. Does anyone have any clues as to what I'm doing wrong? Please respond to me directly as I'm not currently subscribed to -questions. Thanks much, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message