Re: [gdal-dev] Linking error when building Informix OGR driver

2020-08-25 Thread Jeremy Palmer
I tried a full clean, configure, and make and I still get the same message. I've also tried recording the libraries in the linking process e.g -lifglx before and after -lifdmi -lifsql -lifasf -lifgen -lifos -lifgls and -lifglx before and after libgdal.so, but it still doesn't work. __

Re: [gdal-dev] Linking error when building Informix OGR driver

2020-08-25 Thread Mateusz Loskot
On Tue, 25 Aug 2020 at 14:16, Jeremy Palmer wrote: > > Thanks Mateusz. > > I still get linking errors with that patch applied. > However, the SDK libraries are now in the linking tool arguments: ¯\_(ツ)_/¯ Try to completely clean and re-build, perhaps Best regards, -- Mateusz Loskot, http://mat

Re: [gdal-dev] Linking error when building Informix OGR driver

2020-08-25 Thread Jeremy Palmer
Thanks Mateusz. I still get linking errors with that patch applied. However, the SDK libraries are now in the linking tool arguments: /bin/bash /home/informix/dev/gdal/gdal/libtool --mode=link --silent g++ -L/opt/IBM/Informix_Client-SDK/lib/ -L/opt/IBM/Informix_Client-SDK/lib/esql -lifsql -lifas

Re: [gdal-dev] Linking error when building Informix OGR driver

2020-08-25 Thread Mateusz Loskot
On Tue, 25 Aug 2020 at 12:58, Jeremy Palmer wrote: > > Then I run make which is ok until linking of app tools: > > /bin/bash /home/informix/dev/gdal/gdal/libtool --mode=link --silent g++ > gdalinfo_bin.lo /home/informix/dev/gdal/gdal/libgdal.la -o gdalinfo > /opt/IBM/Informix_Client-SDK/lib/c+

[gdal-dev] Linking error when building Informix OGR driver

2020-08-25 Thread Jeremy Palmer
Hi All, I'm getting linking issues trying to build the Informix driver. I've installed the informix SDK and added the following libraries to /etc/ld.so.conf.d/informix-client-sdk.conf and then run sudo ldconfig: /opt/IBM/Informix_Client-SDK/lib /opt/IBM/Informix_Client-SDK/lib/dmi /opt/IBM/Infor

Re: [gdal-dev] OGRCoordinateTransformation::Transform with multiple threads

2020-08-25 Thread Heiskanen Mika (FMI)
? > ?> my question is > > starting from gdal-3.x OGRCoordinateTransformation object (::Transform() in > > particular) is not intended to be used by multiple threads? With gdal-2.4 > > it worked fine. > > OGRCoordinateTransformation, as most objects in GDAL, instances have never > > been > in

Re: [gdal-dev] OGRCoordinateTransformation::Transform with multiple threads

2020-08-25 Thread Even Rouault
Maxim, > my question is > starting from gdal-3.x OGRCoordinateTransformation object (::Transform() in > particular) is not intended to be used by multiple threads? With gdal-2.4 > it worked fine. OGRCoordinateTransformation, as most objects in GDAL, instances have never been intended from being