https://bugzilla.novell.com/show_bug.cgi?id=426392 User jengelh@medozas.de added comment https://bugzilla.novell.com/show_bug.cgi?id=426392#c38 --- Comment #38 from Jan Engelhardt <jengelh@medozas.de> 2008-12-03 06:25:47 MST --- Reformatted for Bugzilla... /bin/sh ../libtool --mode=link g++ -o pdftex \ -Wl,-warn-common -Wl,-warn-common \ pdftexini.o pdftex0.o pdftex1.o pdftex2.o \ pdftex3.o pdftexextra.o pdftex-pool.o \ synctex-pdf.o pdftexdir/libpdf.a \ -lpng -lz ../../libs/md5/md5.o \ ../../libs/obsdcompat/libopenbsd-compat.a \ lib/lib.a ../kpathsea/libkpathsea.la -lm \ -lpoppler g++ -o pdftex -Wl,-warn-common -Wl,-warn-common \ pdftexini.o pdftex0.o pdftex1.o \ pdftex2.o pdftex3.o pdftexextra.o pdftex-pool.o \ synctex-pdf.o ../../libs/md5/md5.o \ pdftexdir/libpdf.a /usr/lib/libpng12.so -lz \ ../../libs/obsdcompat/libopenbsd-compat.a \ lib/lib.a ../kpathsea/.libs/libkpathsea.a \ -lm -lpoppler /usr/lib/libpng12.so: could not read symbols: File in wrong format Ah ok there it is. So that opens up new possibilities where the 32-bit lib can come in, most promimently: * libkpathsea.la is (wrongly) "linked" against /usr/lib/libpng12.so Look at that .la text file and see if this is the case. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.