From kde-core-devel Fri Nov 09 17:58:16 2001 From: Martin Vogt Date: Fri, 09 Nov 2001 17:58:16 +0000 To: kde-core-devel Subject: Re: kdemultimedia compile problem X-MARC-Message: https://marc.info/?l=kde-core-devel&m=100532872512307 Hi, >g++ -O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE >-DQT_NO_ASCII_CAST -o .libs/splay splay.o -L/usr/X11R6/lib >-L/usr/X11/lib/qt/lib -lpthread -L/opt/kde/lib ../../lib/.libs/libmpeg.so >-lpthread -lpthread -L/usr/lib/gcc-lib/i486-suse-linux/2.95.3 >-L/usr/i486-suse-linux/lib -lc -lgcc -lX11 -lXext -lm -lstdc++ -lXv >-lXxf86dga -lXxf86vm -lcdda_paranoia -lcdda_interface -lpthread -Wl,--rpath >-Wl,/opt/kde/lib >../../lib/.libs/libmpeg.so: undefined reference to `IDCT_mmx' >../../lib/.libs/libmpeg.so: undefined reference to `cpu_flags' There is no -DHAVE_CONFIG_H Try a make clean and remove config.h config.cache from the build root. If you want to check what went wrong, these are the relevant files for IDCT_mmx mpeglib / lib / mpegplay / mmxidct.cpp and: mpeglib/lib/mpegplay/mmxidct_asm.S And please check if the asm files are compiled to libtool object (lo extension) (Most likely they are not) Martin PS: You can post to kdemultimedia for compiler errors.