From owner-freebsd-questions Tue Aug 13 12:22:38 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 EFC1437B400 for ; Tue, 13 Aug 2002 12:22:35 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B0D43E65 for ; Tue, 13 Aug 2002 12:22:34 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.5/8.12.5) id g7DJMXLa071848; Tue, 13 Aug 2002 14:22:33 -0500 (CDT) (envelope-from dan) Date: Tue, 13 Aug 2002 14:22:33 -0500 From: Dan Nelson To: James Earl Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cant find nanosleep Message-ID: <20020813192233.GC65726@dan.emsphone.com> References: <20020813121346.36d85386.jamesearl@shaw.ca> <20020813191935.GB65726@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020813191935.GB65726@dan.emsphone.com> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i 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 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)) -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message