<div>When I do "pkg-config --libs pango" it complains that I cannot find pango in pkg-config search path.</div><div> </div><div>I did a "export PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Pango-1.20.0/lib/pkgconfig/"</div><div> </div><div>Then tried again "pkg-config --libs pango" and this time it did tell me: "Package glib-2.0 was not found in the pkg-config search path."</div><div> </div><div>This time did a: "export PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Pango-1.20.0/lib/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/Glib-2.1.4/lib/pkgconfig/"</div><div> </div><div>and received a: "Package gmodule-no-export-2.0 was not found in the pkg-config search path."</div><div> </div><div>Then did a: "sudo find /media/34GB/Arquivos-de-Programas-Linux/ -name gmodule-no-export*" and it returned nothing unfortunately.</div><div> </div><div>Can I draw any relevant conclusions based on this?</div><div><br /></div><div><br /></div><div>07.10.2020, 03:41, "Dave Yeo" <dave.r.yeo@gmail.com>:</div><blockquote><p>On 10/06/20 05:27 PM, alexandre schenberg wrote:<br /></p><blockquote class="210e7a848e8fcb45wmi-quote"> Hi. No idea about the reasons behind it, but when I use PKG_CONFIG_PATH<br /> to point to the pc files of the required dependencies of Pango, it works<br /> for some, and it doesn't for others. If there is a way to investigate<br /> the reasons behind it, I will gladly do so<br /></blockquote><p><br />Run pkg-config --help for usage, and then run various options to narrow <br />it down.<br />Example,<br /> >pkg-config --libs pango<br />-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -lintl<br /> >pkg-config --cflags pango<br />-pthread -I/@unixroot/usr/include/pango-1.0 <br />-I/@unixroot/usr/include/glib-2.0 -I/@unixroot/usr/lib/glib-2.0/include<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>