On 1 September 2011 10:49, Ilya Chernykh <anixxsus@gmail.com> wrote:
The error message:
'uncompress' is defined in DSO /usr/lib/gcc/i586-suse-linux/4.6/../../../libz.so so try adding it to the linker command line
But adding -lz to the linker does not help. What should I do?
With my special superpower (and people is *really* going to be impressed if I'm correct) I'm going to guess the package is f4l from KDE:KDE3. If so, the more useful message is: ... -ltransform-util -lz -ltransform -lqt-mt -lXext -lX11 -lm -lpthread /usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: flagStonePort/transform-cxx-bsd/transform/libtransform.a(FSTransform.o): undefined reference to symbol 'uncompress' And what you need to do is put "-lz" *after* "-ltransform". -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org