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 108221 - Problem compiling gstreamer 0.6.0
Problem compiling gstreamer 0.6.0
Status: RESOLVED DUPLICATE of bug 106047
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.0
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-03-12 18:15 UTC by Pierre
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2003-03-12 18:15:02 UTC
Hi,

I try to compile gstreamer-0.6.0 on my GNU/Linux system with gcc-3.2
there was no problem with the configure, but for the make I got this :

[...]
Making all in autoplug
gmake[4]: Entering directory `/tmp/gstreamer-0.6.0/gst/autoplug'
/bin/sh ../../libtool --mode=link gcc -s  -O3 -march=i686 
-L/usr/local/BerkeleyDB.4.1/lib -lpthread -lgpm -o autoplugtest 
autoplugtest-autoplugtest.o -L/usr/local/lib -lxml2 -lpthread -lz -lm  
-pthread -Wl,--export-dynamic -L/usr/local/lib -lgobject-2.0 -lgthread-2.0
-lgmodule-2.0 -ldl -lglib-2.0   -lpopt ../../gst/libgstreamer-0.6.la 
gcc -s -O3 -march=i686 -o .libs/autoplugtest autoplugtest-autoplugtest.o
-pthread -Wl,--export-dynamic  -L/usr/local/BerkeleyDB.4.1/lib
-L/usr/local/lib ../../gst/.libs/libgstreamer-0.6.so
/usr/local/lib/libxml2.so -lgpm -lz -lm /usr/local/lib/libgobject-2.0.so
/usr/local/lib/libgthread-2.0.so /usr/local/lib/libgmodule-2.0.so -ldl
/usr/local/lib/libglib-2.0.so /usr/local/lib/libpopt.so -lpthread
-Wl,--rpath -Wl,/usr/local/lib
../../gst/.libs/libgstreamer-0.6.so: undefined reference to
`__gst_function_pointers'
collect2: ld returned 1 exit status
gmake[4]: *** [autoplugtest] Error 1
gmake[4]: Leaving directory `/tmp/gstreamer-0.6.0/gst/autoplug'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/tmp/gstreamer-0.6.0/gst'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/tmp/gstreamer-0.6.0/gst'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/gstreamer-0.6.0'
gmake: *** [all] Error 2


It would be great if you could help me with this !

Best regards,

Pierre.
Comment 1 Ronald Bultje 2003-03-12 19:14:49 UTC
This bug has already been reported, try the fix in there.

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