[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Trouble building 1.6.0-rc3 against Berkeley DB on Solaris

From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Tue, 17 Mar 2009 15:54:40 +0100

2009-03-17 15:02 C. Michael Pilato <cmpilato_at_collab.net> napisał(a):
> I think Kamesh determined the problem.  (Kamesh, please correct me if I'm
> wrong.)
>
> configure looks for a "suitable grep", but the criteria is simply "supports
> long lines" and "supports the -e argument".  Our buildstuffs expect grep to
> have support for the -o argument, too, though.  Our Solaris build
> environment has both Solaris grep and GNU grep, but Solaris grep (which
> doesn't support -o) was getting chosen by configure.

You can try:
GREP=/path/to/GNU/grep ./configure ${OPTIONS}
or
EGREP=/path/to/GNU/grep ./configure ${OPTIONS}

--
Arfrever Frehtes Taifersar Arahesis
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1341692
Received on 2009-03-17 15:54:55 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.