<div>Thanks, it worked (to add "libcairo.so") to the end of "CAIRO_LIBS=/media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/"</div><div> </div><div>Anyway this is another example that the configure script of this specific version of pango (1.20) is broken (since when I have to pass the specific .so lib file instead the directory that contains it?). Actually, probably from many others versions, from most GTK software (pango,cairo and gtk) and from good part from linux software. For instance, the problems to detect the X11 include and lib files, during both configure and make stages</div><div><br /></div><div><br /></div><div>26.09.2020, 08:47, "Uli Schlachter" <psychon@znc.in>:</div><blockquote><p>Am 26.09.20 um 02:09 schrieb alexandre schenberg:<br /></p><blockquote class="210e7a848e8fcb45wmi-quote"> So I reinforce my call for aid in figuring out why they are facing so many <br /> issues finding these files<br /></blockquote><p><br />Sorry, but the issues that you reported so far all exist because you are<br />passing in incorrect values. I am not sure what deeper truth you are<br />hoping for here.<br /><br /></p><blockquote class="210e7a848e8fcb45wmi-quote"> and what to do with:<br /> "/usr/bin/ld: /media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/: No such <br /> file: File format not recognized"<br /></blockquote><p><br />A quick search through your mail says that this value comes from your<br />CAIRO_LIBS environment variable. Latest Pango no longer uses autotools<br />(and I am too lazy to search through older versions), but I bet the<br />output of ./configure --help says something like "this should be the<br />path to the cairo library".<br /><br />So, try appending libcairo.so to the value you pass in (and before doing<br />so, check that this file actually exists; I am merely guessing here):<br /><br />CAIRO_LIBS=/media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/libcairo.so<br /><br />Cheers,<br />Uli<br /></p><span class="f55bbb4eeef208e8wmi-sign">-- <br />- Buck, when, exactly, did you lose your mind?<br />- Three months ago. I woke up one morning married to a pineapple.<br />  An ugly pineapple... But I loved her.<br /></span></blockquote>