[gdal-dev] compiling gdal with esri file gdb
Richard Greenwood
richard.greenwood at gmail.com
Wed Mar 8 12:31:01 PST 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20170308/0013bf3c/attachment.html>
More information about the gdal-dev
mailing list