<div dir="ltr"><div><div><div><div>Hi all,<br><br></div>I tried to Build GDAL with PDFium on linux, I succeeded it.<br> I faced the following issue  <br>F .text._ZN13CFDF_<wbr>Document12CreateNewDocEv       00000000000000ac .hidden CFDF_Document::CreateNewDoc() <b>got that fixed by changing standalone.gypi removing -fvisibility=hidden</b>.<br><br></div>As an next step <b>I tried to Build GDAL with PDFium for android(cross compile)</b> I succeed it. <br><br>But when I try to<b> load the GDAL's shared library libgdal.so.20 which is dependent for my shared lib libread.so. </b><br><br>I see unsatisfied link error unable to load symbols in libgdal.so.20       <br>U _ZN13CFDF_Document12CreateNewDocEv<br>U _ZN13CPDF_Document15AddStandardFontEPKcP17CPDF_FontEncoding<br><br></div>But I see <br><span style="color:rgb(32,18,77)"><span style="background-color:rgb(255,255,255)">00000000 T _ZN13CPDF_Document15AddStandardFontEPKcP17CPDF_FontEncoding<br>00000000 T _ZN13CPDF_Document12CreateNewDocEv<br></span></span></div><span style="color:rgb(32,18,77)">in pdfium/out/Release/obj.target/fpdfapi/core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.o (also in libfpdfapi.a)</span><br><div><br>any suggestions on this issue or any one has worked on this will of great help.<br><br></div><div>Gane R<br></div></div>