strk,<br>Thanks for your response to my ./configure woes. I tried your suggestion and these are the results: <br>test !-f "/usr/bin/geos-config" yields <br>test flex --version "/usr/bin/geos-config"<br>
bash: test: --version: binary operator expected<br><br>But if I <span style="font-style: italic;">locate</span> geos-config it turns up in /usr/bin/<br><br>So, if I ./configure once again, I get to the "checking for geos-config" section and I get 
<br>.<br>.<br>.<br>checking for geos-config... /usr/bin/geos-config<br>Usage: geos-config [OPTIONS]<br>Options:<br>     [--prefix]<br>     [--version]<br>     [--libs]<br>     [--cflags]<br>     [--includes]<br>     [--jtsport]
<br><br>Is it looking for /usr/lib/libgeos.so.2.1.4? Or...?<br><br>Thanks again,<br>Steven<br><br> _________________________________<br>Date: Tue, 7 Nov 2006 09:39:44 +0100<br>From: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:strk@refractions.net">
strk@refractions.net</a><br>Subject: Re: [postgis-users] ver 1.1.5 configure fails on Ubuntu<br>To: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net
</a><br>Message-ID: <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:20061107083944.GB4287@keybit.net">20061107083944.GB4287@keybit.net</a>><br>Content-Type: text/plain; charset=us-ascii<br><br>
On Mon, Nov 06, 2006 at 10:10:06PM -0500, Steven Johnson wrote:<br>> My ./configure fails on Ubuntu Dapper (6.06) saying 'invalid argument' on<br>> 'with-geos' option. I've checked and re-checked the command line to insure I
<br>> have the correct arguments (--with-geos=/usr/bin/geos<div style="direction: ltr;">-config). Any<br>> suggestions on how to resolve?<br><br>Look at <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://configure.in/" target="_blank">
configure.in</a>:<br><br>                        if test ! -f "$with_geos"; then<br>        AC_MSG_ERROR([Invalid argument to --with-geos]);<br>                        else<br><br>Does the command:<br><br>        test ! -f "/usr/bin/geos-config"
<br><br>return a failure or success on your system ?<br><br>--strk;</div>