<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1505" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial color=#0000ff size=2>Sandro the only solution
</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>I found this only solution
</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>on
postgis/lwgeom/Makefile</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>from line 16 to line 22</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>For WIn32</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>ifeq ($finstring mingw,
....)</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>SHLIB=....</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>MODULE_FILENAME =
\$$libdir/$(SHLIB)</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>else</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>SHLIB=...</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>MODULE_FILENAME =
$(LPATH)/$(SHLIB)</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>endif</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>and using </FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>configure
--prefix=/c/PostgreSQL/8.0.3 --libexecdir==/c/PostgreSQL/8.0.3/lib</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>a better solution shold be to modify
configure.in</FONT></DIV>
<DIV>---------------------------------------------------------------<BR>TECHER
Jean David<BR>01MAP<BR>e-mail: <A
href="mailto:david@01map.net">david@01map.net</A><BR>Tél: 04 67 45 60
27<BR>Entreprise: <A
href="http://www.01map.net">http://www.01map.net</A><BR>Perso: <A
href="http://techer.pascal.free.fr/postgis/">http://techer.pascal.free.fr/postgis/</A><BR>---------------------------------------------------------------</DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=davidtecher@yahoo.fr href="mailto:davidtecher@yahoo.fr">Jean David
TECHER</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=postgis-devel@postgis.refractions.net
href="mailto:postgis-devel@postgis.refractions.net">PostGIS Development
Discussion</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, June 30, 2005 2:04
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [postgis-devel] POSTGIS
pre_1_0_2_rc1</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>Hi Sandro</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>On Windows</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>I've a little problem with
lwpostgis.sql</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>for example my liblwgeom.1.1.dll is
in /c/PostgreSQL/8.0.3/libexec</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>when I did </FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>psql -d mydb -f
c:\PostgreSQL\8.0.3\share\postgis\lwpostgis.sql</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>on DOS or MINGW I got
error</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>The only solution in lwpostgis.sql
is to replace '/c/' by 'c:/'</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>Perhaps the better solution is to
replace the path by the variable $libdir as usual</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>it works fine for
$libdir</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV>---------------------------------------------------------------<BR>TECHER
Jean David<BR>01MAP<BR>e-mail: <A
href="mailto:david@01map.net">david@01map.net</A><BR>Tél: 04 67 45 60
27<BR>Entreprise: <A
href="http://www.01map.net">http://www.01map.net</A><BR>Perso: <A
href="http://techer.pascal.free.fr/postgis/">http://techer.pascal.free.fr/postgis/</A><BR>---------------------------------------------------------------</DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=strk@refractions.net
href="mailto:strk@refractions.net">strk@refractions.net</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=postgis-devel@postgis.refractions.net
href="mailto:postgis-devel@postgis.refractions.net">postgis-devel@postgis.refractions.net</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, June 29, 2005 12:05
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [postgis-devel] POSTGIS
pre_1_0_2_rc1</DIV>
<DIV><BR></DIV>On Tue, Jun 28, 2005 at 11:17:06PM +0200, <A
href="mailto:strk@refractions.net">strk@refractions.net</A> wrote:<BR>>
On Tue, Jun 28, 2005 at 10:49:18PM +0200, <A
href="mailto:strk@refractions.net">strk@refractions.net</A> wrote:<BR>>
> PostGIS and GEOS repository have been tagged to act<BR>> > as
release candidates for 1.0.2 and 2.1.3 respectively<BR>> > <BR>>
> GEOS: rel-2-1-3-rc1<BR>> > POSTGIS:
pre_1_0_2_unionTest<BR><BR>BUGFIX in POSTGIS support for postgresql 8.1
<BR>(estimator code required a change)<BR><BR>new tag:
pre_1_0_2_rc1<BR><BR>--strk;<BR>_______________________________________________<BR>postgis-devel
mailing list<BR><A
href="mailto:postgis-devel@postgis.refractions.net">postgis-devel@postgis.refractions.net</A><BR><A
href="http://postgis.refractions.net/mailman/listinfo/postgis-devel">http://postgis.refractions.net/mailman/listinfo/postgis-devel</A><BR></BLOCKQUOTE>
<P>
<HR>
<P></P>_______________________________________________<BR>postgis-devel
mailing
list<BR>postgis-devel@postgis.refractions.net<BR>http://postgis.refractions.net/mailman/listinfo/postgis-devel<BR></BLOCKQUOTE></BODY></HTML>