After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 142554 - gstreamer 0.8.1 build fails with GCC 3.4.0
gstreamer 0.8.1 build fails with GCC 3.4.0
Status: RESOLVED DUPLICATE of bug 141083
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.1
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-05-14 17:44 UTC by Adam Sampson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Adam Sampson 2004-05-14 17:44:36 UTC
"./configure && make", on a system using GCC 3.4.0.

This fails with the error:

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -O2 -D_GNU_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/opt/include/libxml2 -pthread -I/opt/include/glib-2.0
-I/opt/lib/glib-2.0/include -I.. -Wall -DGST_DISABLE_DEPRECATED -g -I../libs
-I../include -I/opt/include -DG_LOG_DOMAIN=g_log_domain_gstreamer
-DGST_MAJORMINOR=\"0.8\" -O2 -O2 -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[6]: *** [libgstreamer_0.8_la-gstcpu.lo] Error 1
make[6]: Leaving directory `/120g/gar/media/gstreamer/work/gstreamer-0.8.1/gst'
Comment 1 David Schleef 2004-05-14 19:07:54 UTC

*** This bug has been marked as a duplicate of 141083 ***