From owner-freebsd-current Thu Dec 31 10:33:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01131 for freebsd-current-outgoing; Thu, 31 Dec 1998 10:33:10 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from luke.srtc.com (luke.srtc.com [208.132.236.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA01124 for ; Thu, 31 Dec 1998 10:33:08 -0800 (PST) (envelope-from jdeppen@ruby.srtc.com) Received: from SRTC (ruby [208.132.236.2]) by luke.srtc.com (8.6.12/8.6.9) with ESMTP id NAA04962 for ; Thu, 31 Dec 1998 13:29:32 -0500 Received: from uraninite.srtc.com by SRTC (950413.SGI.8.6.12/SRTC-Client) id NAA05463; Thu, 31 Dec 1998 13:32:19 -0500 Received: from uraninite by uraninite.srtc.com (SMI-8.6/SMI-SVR4) id NAA15987; Thu, 31 Dec 1998 13:32:54 -0500 Message-Id: <199812311832.NAA15987@uraninite.srtc.com> Date: Thu, 31 Dec 1998 13:32:54 -0500 (EST) From: John Deppen Reply-To: John Deppen To: current@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: YdY0zQi+Q5fpdFvYSklbUg== X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4u sparc Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there any way around the following problem? When the pthreads are linked I get an undefined reference to 'poll'. (Called from within a thread) In the Makefile: CFLAGS+= -pthreads However, when this is removed I obviously get undefined references to all of the pthread_.. functions. Thanks in advance for any help, J. Deppen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message