* Andreas Barth (a...@ayous.org) [141003 10:35]: > That seems to come from linktool not using the right DSOs. If I copy > the linking command from the x86-build and do that by hand, I could > continue to build the binary packages.
Further investigation shows that replacing GUI_LIBS with the value from x86 is enough to build correctly. Working is (... is same on both arches): ... -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ... Not working: ... -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ... Even though the non-working one is longer, it misses -lm -lgmodule-2.0 -ldl. Of those the -lgmodule-2.0 is the relevant one. Andi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org