Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 14:22:33 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        James Earl <jamesearl@shaw.ca>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Cant find nanosleep
Message-ID:  <20020813192233.GC65726@dan.emsphone.com>
In-Reply-To: <20020813191935.GB65726@dan.emsphone.com>
References:  <20020813121346.36d85386.jamesearl@shaw.ca> <20020813191935.GB65726@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020813192233.GC65726>