[postgis-devel] PostGIS 1.1.0 Win32 Distrib available for French Users
david techer
davidtecher at yahoo.fr
Fri Dec 30 11:48:00 PST 2005
Hi Sandro
U're right!
In configure.in:
by replacing
PGFELIBS="`${PG_CONFIG} --libdir`/libpq.dll"
by
PGFELIBS="$(echo $(${PG_CONFIG} --libdir)/libpq.dll)"
Everything works great!
I will update my doc and my distrib in a next mail for French Users on Win32
Happy New Year Starrick!
As it is said in French : BONNE ANNEE MON AMI! ;-)
in italian I don't know
--david;
-------------------------------------------------
Jean David TECHER
e-mail: davidtecher(at)yahoo(dot)fr
site: http://techer.pascal.free.fr/postgis/
-------------------------------------------------
strk at refractions.net a écrit :
>On Thu, Dec 29, 2005 at 11:16:52PM +0100, david techer wrote:
>
>
>>Hi PostGISers,
>>
>>I compiled and tryed the following tools:
>>
>>-PostgreSQL 8.1.1
>>
>>- PostGIS 1.1.0
>>
>>- Geos 2.2.1
>>
>>- Proj
>>
>>for Windows XP, Windows 2000 and 2003 (Win32)
>>
>>The distribution for French Users is available here:
>>
>>The only modification I had to do was for PostGIS 1.1.0\loader\Makefile
>>
>>$(CC) $(CFLAGS) $(OBJS) PQunescapeBytea.o pgsql2shp.o $(LDFLAGS)
>>$(PGFELIBS) -o $@
>>
>>by
>>
>>$(CC) $(CFLAGS) $(OBJS) PQunescapeBytea.o pgsql2shp.o $(LDFLAGS) $(shell
>>pg_config --libdir)/libpq.dll -o $@
>>
>>it seems that `pg_config --libdir` returns and finishes by a bad character
>>on MinGW\Msys
>>
>>Regression Tests are perfect ' (success = 9)
>>
>>
>
>I think we fixed this by use of $(echo $(${PG_CONFIG} --libdir)/libpq.dll)
>but the construct was not acceped by Solaris shell.. What about trying
>again to fix this in the configure.in script ? It would be nice...
>
>Maybe we should strip the "bad character" using sed or maybe using
>an incremental approach like:
> LDFLAGS=`pg_config --libdir`
> LDFLAGS=${LDFLAGS}/libpq.dll
>Can you find by use of the shell a viable solution for the problem ?
>
>TIA
>
>--strk;
>_______________________________________________
>postgis-devel mailing list
>postgis-devel at postgis.refractions.net
>http://postgis.refractions.net/mailman/listinfo/postgis-devel
>
>
>
___________________________________________________________________________
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com
More information about the postgis-devel
mailing list