I have found that there is a problem with how the GDALmake.opt file is
created with 1.9.1 on Linux when using the FileGDB API 1.2.
ESRI now has two .so files required so I think there should be the
following changes to the configure script
21840c21840
< if test -z "`${CXX} ${CPPFLAGS} testfgdb.cpp -lFileGDBAPI -o testfgdb
2>&1`" ; then
---
> if test -z "`${CXX} ${CPPFLAGS} testfgdb.cpp -lFileGDBAPI
-lfgdbunixrtl -o testfgdb 2>&1`" ; then
21844c21844
< FGDB_LIB="-lFileGDBAPI"
---
> FGDB_LIB="-lFileGDBAPI -lfgdbunixrtl"
21864c21864
< FGDB_LIB="-L$with_fgdb/lib -lFileGDBAPI"
---
> FGDB_LIB="-L$with_fgdb/lib -lFileGDBAPI -lfgdbunixrtl"
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev