Gerrit P. Haase schrieb:
Hello Reini,
Am Freitag, 8. Oktober 2004 um 05:43 schriebst du:
Norman Vine schrieb:
Proj4 http://proj.maptools.org/ should build OTB

well, we want it shared. add this to some lib srcfile: src/geocent.c
#ifdef __CYGWIN__
int main(int argc, char **argv) { }
#endif

./configure --prefix=/usr --mandir=/usr/share/man
make AM_LDFLAGS=-no-undefined
make install

Charles' ready to use package probably takes care of all this and of course provides shared libraries.

Well, as it turned out proj4 is not yet dll ready. This is a known issue and should be fixed upstream. gdal expects it as static. no problem, it is small.

but geos-2.0.1 goes ok as shared. (with added -no-undefined)
/bin/cyggeos-2.dll  8MB

Reply via email to