<!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>Yes Master!!! :-)</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>cvs checkout postgis</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>I applied my patch for 
windows</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>and let in 
postgis/Makefile.config.in</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><A 
href="mailto:USE_ICONV=@USE_ICONV">USE_ICONV=@USE_ICONV</A>@</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>I got</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>for configure</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff 
size=2> <BR> SUMMARY<BR> -------------------------------------------------------<BR> <BR> HOST_OS: 
mingw32<BR> <BR>   PGSQL: 
/c/PostgreSQL/8.0.3/bin/pg_config<BR>    GEOS: 
/c/PostgreSQL/8.0.3/bin/geos-config<BR>    PROJ: 
dir=/c/PostgreSQL/8.0.3/bin/..<BR>   ICONV: 0<BR>  
<BR> PORTNAME: win32<BR>   PREFIX: /usr/local<BR>  EPREFIX: 
${prefix}<BR>      DOC: 
${prefix}/share/doc<BR>     DATA: 
${prefix}/share/postgresql/contrib<BR>      MAN: 
${prefix}/man<BR>      BIN: 
c:/PostgreSQL/8.0.3/bin<BR>      EXT: 
c:/PostgreSQL/8.0.3/lib 
(\$$libdir)<BR> -------------------------------------------------------<BR> <BR>Hum....!!! 
The only problem is to be able to have lwpostgis.sql and spatial_ref_sys.sql in 
the same directory og PG SHAREDIR</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>Not really a goog idea!!! It's better 
to let postgis-prefix=/usr/local by default</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>I will copy *.sql done by postgis 
manually (*.sql + doc + man)</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>ok thanks :-)</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>However Sandro I think it will be a 
great idea to let for win32 Path_to_PosttGIS_library = $lidbir even if user give 
'--prefix=...' when he uses configure</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>I mean for win32 it's better to have 
</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>EXT     = 
(\$$libdir)</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>instead of </FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>EXT   :=   
${exec_prefix}/$/libexec when we use configure</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>So I will not have to replace EXT by 
libdir in lwpostgis.sql since PostgreSLQ doesn't support /c/ in 
path</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 Development 
  Discussion</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, July 04, 2005 11:48 
AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [postgis-devel] ICONV 
  autodetection (head branch)</DIV>
  <DIV><BR></DIV>On Thu, Jun 30, 2005 at 10:36:11AM +0200, Jean David TECHER 
  wrote:<BR>...<BR>> Sorry for iconv I've had problem so I put USE_ICONV=0 in 
  postgis/Makefile.config.in<BR>> <BR>> Make and make install works 
  fine!!!<BR><BR>I've reworked iconv detection code to be more 
  conservative.<BR>It should now be enabled only if the c library provide that 
  functionality.<BR>(no external libiconv supported).<BR><BR>This should remove 
  the need of manually edit 
  Makefile.config<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></BODY></HTML>