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 324367 - Why the CXX libtool tag?
Why the CXX libtool tag?
Status: RESOLVED DUPLICATE of bug 326683
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.0
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-18 00:09 UTC by Mikhail Zabaluev
Modified: 2006-01-19 21:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mikhail Zabaluev 2005-12-18 00:09:08 UTC
Investigating why build fails in a chrooted build environment unless g++ isn't
installed there, I discovered the following in configure.ac of the
gst-plugins-good source:

AS_LIBTOOL_TAGS([CXX])

My question is: why does libtool need C++ for, in this build?
AFAIK, no C++ sources are involved in the Good collection.
Comment 1 Tim-Philipp Müller 2006-01-19 21:51:13 UTC
It's been removed now:

2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
          Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
          like in the core and gst-plugins-base. Fixes #324367 and #326683;
          patch by: Brian Cameron <brian dot cameron at sun dot com>

(marking this one as duplicate just because I've already resolved the other one now; I do realise this one was filed earlier).


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