GNOME Bugzilla – Bug 141216
gstreamer 0.8.1 fails compile with gcc-3.4.0
Last modified: 2004-12-22 21:47:04 UTC
During the compile of gstreamer 0.8.1 with gcc-3.4.0, glibc-2.3.2, kernel-2.6.6-rc2 and gnome-2.6.0 I get the following compilation errors. Making all in . cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/test/garnome/include -I/usr/X11R6/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/test/garnome/include/libxml2 -pthread -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I.. -Wall -DGST_DISABLE_DEPRECATED -g -I../libs -I../include -DG_LOG_DOMAIN=g_log_domain_gstreamer -DGST_MAJORMINOR=\"0.8\" -g -I/usr/test/garnome/include -I/usr/X11R6/include -L/usr/test/garnome/lib -L/usr/X11R6/lib -O2 -pipe -falign-functions=4 -mfancy-math-387 -march=athlon-tbird -MT libgstreamer_0.8_la-gstcpu.lo -MD -MP -MF .deps/libgstreamer_0.8_la-gstcpu.Tpo -c gstcpu.c -fPIC -DPIC -o .libs/libgstreamer_0.8_la-gstcpu.o gstcpu.c: In function `gst_cpuid_i386': gstcpu.c:72: error: PIC register `ebx' clobbered in `asm' make[8]: *** [libgstreamer_0.8_la-gstcpu.lo] Error 1 make[7]: *** [all-recursive] Error 1 make[6]: *** [all] Error 2 make[5]: *** [all-recursive] Error 1 make[4]: *** [all] Error 2 make[3]: *** [build-work/main.d/gstreamer-0.8.1/Makefile] Error 2 make[2]: *** [../../desktop/gstreamer/cookies/main.d/install] Error 2 make[1]: *** [../../desktop/gst-plugins/cookies/main.d/install] Error 2 make: *** [paranoid-install] Error 2
*** This bug has been marked as a duplicate of 141083 ***