Re: [gdal-dev] compiling gdal 1.9 with FGDB support

2012-04-28 Thread Eric Goddard
Thanks again Even, it worked that time. I should've specified which version of the FGDB API I'm using. The library names were so similar I didn't even notice the difference in the error message. Eric On Sat, Apr 28, 2012 at 10:22 AM, Even Rouault wrote: > Le samedi 28 avril 2012 17:14:56, Eric

Re: [gdal-dev] compiling gdal 1.9 with FGDB support

2012-04-28 Thread Even Rouault
Le samedi 28 avril 2012 17:14:56, Eric Goddard a écrit : > Thanks for the response, Even. I updated the ld path and ran ldconfig, and > reran configure and make with the same options as before, but I received > this error message again: > > /usr/bin/ld: cannot find -lfgdblinuxrtl > collect2: ld re

Re: [gdal-dev] compiling gdal 1.9 with FGDB support

2012-04-28 Thread Eric Goddard
Thanks for the response, Even. I updated the ld path and ran ldconfig, and reran configure and make with the same options as before, but I received this error message again: /usr/bin/ld: cannot find -lfgdblinuxrtl collect2: ld returned 1 exit status make[1]: *** [libgdal.la] Error 1 make[1]: Leavi

Re: [gdal-dev] compiling gdal 1.9 with FGDB support

2012-04-28 Thread Even Rouault
Le samedi 28 avril 2012 06:47:03, Eric Goddard a écrit : > Hello everyone, > > I'm attempting to compile gdal 1.9 with fgdb support on kubuntu 12.04. I've > downloaded the FileGDB api and have it set it up in /usr/local. Running the > samples from the FileGDB folder completes successfully. > > I'

[gdal-dev] compiling gdal 1.9 with FGDB support

2012-04-27 Thread Eric Goddard
Hello everyone, I'm attempting to compile gdal 1.9 with fgdb support on kubuntu 12.04. I've downloaded the FileGDB api and have it set it up in /usr/local. Running the samples from the FileGDB folder completes successfully. I'm configuring gdal with the following options: ./configure --with-geos