On Sat, Apr 2, 2016 at 7:39 PM, Bjoern Voigt <bjoernv@arcor.de> wrote:
Bjoern Voigt wrote:
I am also surprised about the GTK+ version information in Emacs start screen. See
http://paste.opensuse.org/20581479
GTK+ 3.18.7 is not correct. Maybe Emacs is build against GTK+ 3.18.7 and the version information is a static text.
I will try to recompile Emacs and see, if this helps.
/usr/lib64/gcc/x86_64-suse-linux/5/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/libtiff.so, may conflict with libjpeg.so.62
That's a good one.. by "may" it means "will" though..symbol collision between the two libjpeg is likely.. rpmlint has to catch those..:-)
/usr/lib64/gcc/x86_64-suse-linux/5/../../../../x86_64-suse-linux/bin/ld: image.o: undefined reference to symbol 'png_set_longjmp_fn@@PNG16_0' /usr/lib64/libpng16.so.16: error adding symbols: DSO missing from command line
You need to set set SUSE_ASNEEDED=0 in the environment..or better fix the makefile by adding -lpng to the linker line. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org