From owner-freebsd-questions Tue Aug 13 17: 6:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD4B37B400 for ; Tue, 13 Aug 2002 17:06:33 -0700 (PDT) Received: from pd5mo3so.prod.shaw.ca (h24-71-223-10.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BAF43E75 for ; Tue, 13 Aug 2002 17:06:32 -0700 (PDT) (envelope-from jamesearl@shaw.ca) Received: from pd6mr4so.prod.shaw.ca (pd6mr4so-qfe3.prod.shaw.ca [10.0.141.219]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H0T00DMW4AW3R@l-daemon> for freebsd-questions@freebsd.org; Tue, 13 Aug 2002 18:06:32 -0600 (MDT) Received: from pn2ml7so.prod.shaw.ca (pn2ml7so-qfe0.prod.shaw.ca [10.0.121.151]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H0T00KJ849R83@l-daemon> for freebsd-questions@freebsd.org; Tue, 13 Aug 2002 18:05:51 -0600 (MDT) Received: from h24-66-221-69 (h24-66-221-69.lb.shawcable.net [24.66.221.69]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with SMTP id <0H0T009T04AVUC@l-daemon> for freebsd-questions@FreeBSD.org; Tue, 13 Aug 2002 18:06:32 -0600 (MDT) Date: Tue, 13 Aug 2002 18:14:35 -0600 From: James Earl Subject: Re: Cant find nanosleep In-reply-to: <20020813192233.GC65726@dan.emsphone.com> To: Dan Nelson Cc: freebsd-questions@freebsd.org Message-id: <20020813181435.2308eb30.jamesearl@shaw.ca> MIME-version: 1.0 X-Mailer: Sylpheed version 0.8.1 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20020813121346.36d85386.jamesearl@shaw.ca> <20020813191935.GB65726@dan.emsphone.com> <20020813192233.GC65726@dan.emsphone.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 13 Aug 2002 14:22:33 -0500 Dan Nelson wrote: > In the last episode (Aug 13), Dan Nelson said: > > In the last episode (Aug 13), James Earl said: > > > > Yeeech. Their autoconf script is horrible. Replace lines 100-113 of > > configure.ac with > > > > AC_SEARCH_LIBS(pcre, pcre_exec) > > AC_SEARCH_LIBS(nanosleep, posix4 rt) > > Erp. This matches the original script's behaviour on failure: > > AC_CHECK_LIB(pcre, pcre_exec,,AC_MSG_ERROR(libpcre not found)) > AC_SEARCH_LIBS(nanosleep, posix4 rt,,AC_MSG_ERROR(nanosleep function not found)) > Did the two lines above, from your last e-mail work for you? I should ask them what they changed, because it used to compile just fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message