From: Johann Cohen-T. <co...@sl...> - 2008-04-30 13:35:45
|
hello, so the freetype.rc is defined with env variables that are supposed to be fed in when packaging it. LIBZ seemingly was missing when the fedora 8 packaging of freetype was done. I added -lz directly to freetype.rc and rebuilt successfully matplotlib. I have no clue which mailing list to ping for a fedora packaging issue.... Anyway, end of story for this part of the thread.... best, Johann John Hunter wrote: > On Tue, Apr 29, 2008 at 2:06 AM, Johann Cohen-Tanugi > <co...@sl...> wrote: > >> hi John, >> for the record, I have a fedora 8 box, and the shipped version of >> pkgconfig (pkgconfig-0.22-4.fc8) gives me : >> >> [cohen@jarrett matplotlib]$ /usr/bin/pkg-config --libs freetype2 >> -lfreetype >> >> No -lz here, if I am not wrong in my querying this tool ..... >> > > This looks like the correct incantation, so it appears that your > proplem is a misconfigured freetype2.pc. You might want to post > something to the fedora list, or to the free type list, or simply make > a patch against the pc file. I am not sure who maintains that part. > > JDH > |