[postgis-users] configure problem on cygwin/postgresql
Norman Vine
nhv at cape.com
Tue Jan 27 04:14:15 PST 2004
annett.frick writes:
>
> I have a problem to configure geos and postgis with cygwin/postgresql- I installed everything
> successfully on a Windows 2000 machine- now I tried to install it on
> a Windows 2000 server machine- is there any difference???
> I followed the instructions from the Windows PostGIS Installation Guide and get the
> error message: cannot create executables
Libtool on cygwin needs to be told to use c++ not gcc
Here is what I use to configure geos
./configure --disable-shared CC=c++ CFLAGS=-'O2 -W -Wall' CXXFLAGS=-'O2 -Wall -W'
HTH
Norman
More information about the postgis-users
mailing list