Thank you Even,

I will follow your advice and report progress.

Regards,

Paulo

Às 10:28 de 14/05/20, Even Rouault escreveu:

Paulo,

> I was wondering if you could help with a problem I encountered when

> building GDAL with the Open Design Alliance Libraries (ODA >= 2021) on

> Linux.

Linking against ODA libs is always a pain. What I did to get Windows build working is to grep for symbols names in the .lib to find which one where exposing the missing symbols that were reported when linking GDAL. You could probably do the same on the Linux ODA .so, or use objdump -TC on the .so to have the demangled C++ symbols

When you are doing trial & error, you can directly edit GDALmake.opt to speed up the process (instead of patching configure and re-run it)

For pcre_study, you need -lpcre. But that should normally already be in the linking line if libpcre is available (libpcre-dev package on Ubuntu)

Even

--

Spatialys - Geospatial professional services

http://www.spatialys.com

--
Email Signature
Logo <https://www.geomaster.pt>   
*Geomaster*
*Paulo Dias Almeida* | Software Engineer
*e:*    [email protected]       |       *m:*    +351 968 248 575
*g:*    41.54094,-8.40490       |       *v: *   510 906 109
*a: *   Rua António Cândido Pinto N.º 67, 4715-400 Braga

_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to