[postgis-devel] lwg wkt parser kills postgres
Carl Anderson
carl.anderson at co.fulton.ga.us
Tue Jun 8 10:02:36 PDT 2004
David Blasby wrote:
> Carl Anderson wrote:
>
>>> >
>>> > another hint
>>> >
>>> > edit
>>> > ../../../src/Makefile.global
>>> > set CFLAGS to not have -O2
>>> > ie from
>>> > CFLAGS = -O2 -fno-strict-aliasing
>>> > to
>>> > CFLAGS = -fno-strict-aliasing
>>> >
>>> > and use EXACTLY what is in CVS
>>>
>>> Don't think its nice to require this.
>>> Your 'static' specifier works for me as well, and it
>>> seems to be the right thing.
>
>
> Are you saying that "-O2" causes it to start working or breaks it?
>
removing optimizations caused it to work. ( ie the correct error
routines found)
strk has opted for declaring the error function as static instead.
> dave
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
--
Carl Anderson
GIS Manager, Fulton County E&CD
404.730.8026
carl.anderson at co.fulton.ga.us
More information about the postgis-devel
mailing list