GNOME Bugzilla – Bug 330369
/libpangocairo-1.0.so: undefined reference to
Last modified: 2006-02-08 10:23:11 UTC
running a jhbuild on the 8. February result iin these errors when building vte: libpangocairo-1.0.so: undefined reference to `g_intern_static_string' libpangocairo-1.0.so: undefined reference to `g_slice_alloc' libpangocairo-1.0.so: undefined reference to `g_slice_alloc0' libpangocairo-1.0.so: undefined reference to `g_slice_free1' (as a side note should, pango not have a cairo-font-backend component ?)
Linking with the wrong/multiple glib binaries. Nothing I can fix in Pango... What do you mean by a cairo-font-backend component?
hmm, in jhbuild is just one glib (its the cvs-version). And the glib it links against has these symbols in there :( about the component, I'Ve seen that there is a componen x11-font-backend and though a specific component to libpangocairo might be useful to assign the bug more specifically. Not really important.
As for glib, it's probably some .la file bringing in the system glib. Libtool headaches. What distro are you using? What do you see in the linker command that fails? Pasting here may help. Oh, you mean bugzilla components! No, not really. x11-font-backend is there for historical reasons. Having components for each backend is not *that* usefule. The problem you are observing for example, is not specific to libpangocairo. Trying to link libpango will give the same errors too.