GNOME Bugzilla – Bug 313836
cairosimple fails to build
Last modified: 2005-08-18 16:01:57 UTC
Please describe the problem: http://trs80.ucc.asn.au/gnometinderbox/mudhead-200508182038/pango.html#build gcc -O2 -Wall -o .libs/cairosimple cairosimple.o ../pango/.libs/libpango-1.0.so ../pango/.libs/libpangocairo-1.0.so -L/scratch/gnometinderbox/microtinder/build-output/lib /scratch/gnometinderbox/microtinder/build-output/lib/libcairo.so -Wl,--rpath -Wl,/scratch/gnometinderbox/microtinder/build-output/lib ../pango/.libs/libpangocairo-1.0.so: undefined reference to `pango_fc_font_create_metrics_for_context' Steps to reproduce: jhbuild pango Actual results: Expected results: Does this happen every time? Yes Other information:
This is a problem with .la files and installed copies and libtool doing the wrong thing. I wish it didn't happen, but hacking around it in Pango is more trouble than it is worth. Deleting the .la files from /scratch/gnometinderbox/microtinder/build-output/lib will likely fix.