I have an ESRI file gdb with curves that I need to import so I'm trying to
build gdal 2.2 with filegdb. I'm on Ubuntu 16.04 with gcc 5.4. I checked
out the the svn gdal and built it with any problems.

Next I got the ESRI FileGDB_API_1_5_64 and copied the contents of the lib
and include directories from the FileGDB_API/  into /usr/local/lib/ and
/usr/local/include/ and did a ldconfig.
 Then:
   ./configure --with-fgdb=/usr/local/ --prefix=/opt/gdal-dev
   make
and I get numerous like:
   undefined reference to FileGDBAPI::Row
   undefined reference to FileGDBAPI::Guid
   etc.

I had also tried --with-fgdb=/path/to/FileGDB_API but got the same errors
as when the lib and include files were copied to /usr/local/

Obviously I don't know what I'm doing. If anyone could give me any
suggestions I would appreciate it.

Thanks,
Rich

-- 
Richard W. Greenwood, PLS
www.greenwoodmap.com
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to