<div>No, every program has its own directory, like Arquivos-de-Programas-Linux/Pango, Arquivos-de-Programas-Linux/Cairo, etc... Yes, if everything was under a single lib dir, a single include dir, perhaps it would be easier, especially if ti was system standard dir. However, the problems are happening in two "gtk" related software. The X system libraries, does not seem to have any problem to find another X system libraries, but somehow at least Cairo and Pango have issues locating the X libraries header files and in Pango's case, the Cairo include files and libraries.</div><div> </div><div>It seems there is something seriously broken with their configure/Makefile files.</div><div> </div><div>So I reinforce my call for aid in figuring out why they are facing so many issues finding these files and what to do with:</div><div> </div><div>"/usr/bin/ld: /media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/: No such file: File format not recognized"</div><div><br /></div><div><br /></div><div>25.09.2020, 05:44, "Dave Yeo" <dave.r.yeo@gmail.com>:</div><blockquote><p>On 09/24/20 06:51 PM, alexandre schenberg wrote:<br /></p><blockquote class="210e7a848e8fcb45wmi-quote"> Hello. I am currently trying to compile pango with support of cairo.<br /></blockquote><p><br />In your environment where you're compiling everything in non-standard <br />locations, are you installing the stuff. Eg, using the same prefix for <br />all your libs, something like <br />--prefix=/media/34GB/Arquivos-de-Programas-Linux/libraries, doing make <br />install, and then finding all your includes, libs, pkg-config files etc <br />installed under /media/34GB/Arquivos-de-Programas-Linux/Libraries and <br />referencing them there, eg <br />C_INCLUDE_PATH=/media/34GB/Arquivos-de-Programas-Linux/libraries/include<br />Your problems may come from having the source spread around, and if <br />nothing else, it is harder to keep track of.<br />Dave<br /></p><span class="f55bbb4eeef208e8wmi-sign">-- <br />cairo mailing list<br /><a href="mailto:cairo@cairographics.org">cairo@cairographics.org</a><br /><a href="https://lists.cairographics.org/mailman/listinfo/cairo">https://lists.cairographics.org/mailman/listinfo/cairo</a><br /></span></blockquote>