<br><font size=2 face="sans-serif">Hi Pablo,</font>
<br>
<br><font size=2 face="sans-serif">I also had the same problem as you.
I asume you tried to make PostGIS 0.7.3. I also was not able to make PostGIS
0.7.3. I then downloaded the CVS version and used a different Makefile
which I found in the forum. The one from the CVS did not work for me. I
attached you this Makefile. Just replace the one in the CVS version and
then should be able to make POSTGIS.</font>
<br>
<br><font size=2 face="sans-serif">What you also will need to do is to
edit the file /usr/src/postgresql-7.3.1-1/src/include/optimizer/cost.h</font>
<br>
<br><font size=2 face="sans-serif">Change the line</font>
<br><font size=2 face="sans-serif">        </font><font size=2 face="Courier New"><b>extern
double cpu_index_tuple_cost;</b></font>
<br><font size=2 face="sans-serif">into</font>
<br><font size=2 face="sans-serif">        </font><font size=2 face="Courier New"><b>extern
DLLIMPORT double cpu_index_tuple_cost;</b></font>
<br>
<br>
<br><font size=2 face="sans-serif">Also do not forget to configure PostgreSQL
before you make PostGIS.</font>
<br>
<br><font size=2 face="sans-serif">I configured PostgreSQL like this</font>
<br>
<br><font size=2 face="sans-serif">        </font><font size=2 face="Courier New"><b>./configure
--enable-multibyte --with-CXX --prefix=/usr --sysconfdri=/etc --docdir=/usr/doc/postgresql-$version</b></font>
<br>
<br><font size=2 face="sans-serif">Then make postgresql but do not install
it</font>
<br>
<br><font size=2 face="sans-serif">        </font><font size=2 face="Courier New"><b>make</b></font>
<br>
<br><font size=2 face="sans-serif">Now you should be able to make PostGIS</font>
<br>
<br>
<br><font size=2 face="sans-serif">Good luck</font>
<br>
<br>
<br><font size=2 face="sans-serif"><br>
Christian Schuster<br>
<br>
Rudolf Schuster AG<br>
Postfach 277<br>
CH - 3000 Bern 11<br>
<br>
http://www.rsag.ch<br>
++41 31 348 05 30</font>