Re: [PATCH] Pango: fix linking



On 21.11.2015 11:30, Torsten Schönfeld wrote:
[...]
Generating POD...
/usr/bin/perl5.22.0: symbol lookup error:
blib/arch/auto/Pango/Pango.so: undefined symbol:
pango_cairo_font_map_get_type

Why does adding a space to the linker args fix this?
pango_cairo_font_map_get_type was introduced in pango-1.10, as far as I
can see.  It is pulled into the bindings via the maps-1.10 file, which
is only used when we have pango >= 1.10.  So, are there maybe multiple
libpango versions involved on the compilation machine?

Could you post the compilation output with and without your patch with
the NOECHO Makefile var unset?

   perl Makefile.PL
   make NOECHO=

Might the problem be the same as in <https://rt.cpan.org/Ticket/Display.html?id=109330>? Does the proposed change from there fix things also for you?

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]