<div>Hi. No idea about the reasons behind it, but when I use PKG_CONFIG_PATH to point to the pc files of the required dependencies of Pango, it works for some, and it doesn't for others. If there is a way to investigate the reasons behind it, I will gladly do so</div><div><br /></div><div><br /></div><div>03.10.2020, 12:28, "Fontana Nicola" <ntd@entidi.it>:</div><blockquote><p>Il giorno ven, 02/10/2020 alle 21.54 +0300, alexandre schenberg ha scritto:<br /></p><blockquote class="210e7a848e8fcb45wmi-quote"> Fair enough, however your assumption about my lack of reading of "configure --<br /> help", is totally. incorrect. I did read it, however, "CAIRO_LIBS linker flags<br /> for CAIRO, overriding pkg-config" is not enough information to know precisely<br /> what shall be done (well, at least for me).<br /></blockquote><p><br />That is boilerplate text from pkg-config [1]: you cannot say that pango<br />is broken when it has very little to do with your issue.<br /><br />There is no magic involved here: `{$MODULE}_CFLAGS` overrides the output<br />of `pkg-config --cflags {$MODULE}` while `{$MODULE}_LIBS` overrides the<br />output of `pkg-config --libs {$MODULE}`. No idea what your real issue is<br />but keep in mind `PKG_CONFIG_PATH` is a `:` separated list of folders<br />where `.pc` files reside, not the path to `pkg-config`. The latter can<br />be specified explicitely with `PKG_CONFIG`.<br /><br />[1] <br /><a href="https://gitlab.freedesktop.org/pkg-config/pkg-config/-/blob/master/pkg.m4.in#L141">https://gitlab.freedesktop.org/pkg-config/pkg-config/-/blob/master/pkg.m4.in#L141</a><br /><br />Ciao.<br /></p><span class="f55bbb4eeef208e8wmi-sign">-- <br />Nicola<br /><br /><br /></span></blockquote>