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 311487 - configure doesn't check for libGLU?
configure doesn't check for libGLU?
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.10
Other Linux
: Normal minor
: 0.8.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-25 14:09 UTC by Michael Smith
Modified: 2005-07-25 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (644 bytes, patch)
2005-07-25 14:52 UTC, Ronald Bultje
none Details | Review

Description Michael Smith 2005-07-25 14:09:34 UTC
Building gst-plugins 0.8.10, it errored out eventually with the following:

Looks like the auto* stuff isn't checking for libGLU, and disabling this plugin
if it's not present.

 gcc -shared  .libs/libgstglimagesink_la-glimagesink.o  -Wl,--rpath
-Wl,/home/msmith/src/gst-plugins-0.8.10/gst-libs/gst/.libs -pthread
/usr/lib/libgstreamer-0.8.so /usr/lib/libgobject-2.0.so
/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so /usr/lib/libxml2.so
-lz -lm /usr/lib/libglib-2.0.so -lSM -lICE -lX11 -lXext -lGL -lGLU
../../gst-libs/gst/.libs/libgstinterfaces-0.8.so  -Wl,--export-dynamic
-Wl,-soname -Wl,libgstglimagesink.so -Wl,-version-script
-Wl,.libs/libgstglimagesink.ver -o .libs/libgstglimagesink.so
/usr/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status
make[3]: *** [libgstglimagesink.la] Error 1
make[3]: Leaving directory `/home/msmith/src/gst-plugins-0.8.10/sys/glsink'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/msmith/src/gst-plugins-0.8.10/sys'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/msmith/src/gst-plugins-0.8.10'
make: *** [all] Error 2
Comment 1 Ronald Bultje 2005-07-25 14:52:18 UTC
Created attachment 49719 [details] [review]
fix