[geos-devel] MinGW build of Geos on Win7

Sandro Santilli strk at keybit.net
Tue Nov 4 01:45:07 PST 2014


On Tue, Nov 04, 2014 at 11:36:40AM +0200, Theuns Heydenrych wrote:
> Thanks, for the quick reply.
> I am configuring with the autotools.
> I generate the make files with ./configure
> 
> I think somewhere in the configure script, it adds the ' to the search path
> , but how to debug and search for where this happens, i am afraid i dont
> know.

You could run the configure script passing the -x switch to the shell:

 sh -x ./configure 2> debug.log
 grep prerequisites/i686-w64-mingw32-static debug.log

--strk;


More information about the geos-devel mailing list