<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap="">List,

I just compiled 1.0.0 in MinGW using Jean David's instructions...and it
wend without a hitch.

However, the same cannot be said for the CVS - I actually tried the CVS
first, but when I tried to configure it, it was unable to detect the
PostgreSQL source.

The following command from the PostGIS cvs source:

configure --enable-autoconf --with-geos=/c/PostgreSQL/8.0.2/bin/geos-config \
--with-proj=/c/PostgreSQL/8.0.2 \
--with-pgsql-src=<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>home<span
 class="moz-txt-tag">/</span></i>$USERNAME/sources/PostgreSQL/postgresql-8.0.2 --prefix=/c/PostgreSQL/8.0.2


returns:

checking for gcc...gcc
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for pg_config... no
configure: error: PostgreSQL is required by PostGIS



Any guesses as to what's going on?  Should I just avoid the CVS for now?

Mike</pre>
</body>
</html>