<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <pre class="moz-quote-pre" wrap="">Dear GDAL developers community,

I am using the "<span class="pl-en">ReadXMLToList" method from the "</span><span class="pl-en">GDALMDReaderBase" class[1]. In my development environment (with GDAL compiled by myself), it works perfectly. But when want to compile my application on debian using the package libgdal-dev[2], the linker can't find the symbols related to the "</span><span class="pl-en"></span><span class="pl-en">GDALMDReaderBase</span>" class. Do you know why "libgdal.so" from debian's package doesn't contain all the symbols ?
Don't you think that "<span class="pl-en">ReadXMLToList", which is a static method, </span>could be useful with other XML manipulation methods in "cpl_minixml.h"[3] ?

Best regards,
Julien.

[1] <a class="moz-txt-link-freetext" href="https://gdal.org/doxygen/classGDALMDReaderBase.html">https://gdal.org/doxygen/classGDALMDReaderBase.html</a>
[2] <a class="moz-txt-link-freetext" href="https://packages.debian.org/buster/libgdal-dev">https://packages.debian.org/buster/libgdal-dev</a>
[3] <a class="moz-txt-link-freetext" href="https://gdal.org/api/cpl.html#cpl-minixml-h">https://gdal.org/api/cpl.html#cpl-minixml-h</a>
</pre>
  </body>
</html>