From owner-freebsd-questions Tue Aug 13 23: 9:46 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 DA7C537B400 for ; Tue, 13 Aug 2002 23:09:43 -0700 (PDT) Received: from pd2mo3so.prod.shaw.ca (h24-71-223-10.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E2D943E4A for ; Tue, 13 Aug 2002 23:09:43 -0700 (PDT) (envelope-from jamesearl@shaw.ca) Received: from pd3mr2so.prod.shaw.ca (pd3mr2so-ser.prod.shaw.ca [10.0.141.178]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H0T00BCEL46MG@l-daemon> for freebsd-questions@freebsd.org; Wed, 14 Aug 2002 00:09:42 -0600 (MDT) Received: from pn2ml6so.prod.shaw.ca (pn2ml6so-qfe0.prod.shaw.ca [10.0.121.150]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H0T00158FDV60@l-daemon> for freebsd-questions@freebsd.org; Tue, 13 Aug 2002 22:05:55 -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 <0H0T00A5LFDUGI@l-daemon> for freebsd-questions@freebsd.org; Tue, 13 Aug 2002 22:05:55 -0600 (MDT) Date: Tue, 13 Aug 2002 22:13:58 -0600 From: James Earl Subject: Re: Cant find nanosleep In-reply-to: <20020814035421.GC10282@dan.emsphone.com> To: Dan Nelson Cc: freebsd-questions@freebsd.org Message-id: <20020813221358.4618298d.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> <20020813181435.2308eb30.jamesearl@shaw.ca> <20020814035421.GC10282@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 22:54:21 -0500 Dan Nelson wrote: > In the last episode (Aug 13), James Earl said: > > 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. > > It configured without error; I didn't try building. It still didn't seem to want to work for me so I removed the else statement in the configure script that was stopping it! :) Not really the best fix, but it did compile ok, and execute. make install didn't work either, so I had to manually perform the install steps. What would cause their scripts to be so messed up? Do they make these scripts themselves or are they auto-generated? Thanks, James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message