[geos-devel] Geos 3 build issues on Windows
Norman Vine
nhv at cape.com
Tue Apr 4 13:33:36 EDT 2006
Norman Vine wrote:
>
> Charlie
>
> try
> ./configure --with-tag=CXX
OOPS
--with-tags=CXX
>
> then hand edit $GEOS / source / Makefile
>
> about line 78
>
> change
> LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
> to
> LINK = $(LIBTOOL) --tag=CXX --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
>
> and see if this helps
>
> Norman
More information about the geos-devel
mailing list