[Gstreamer-bugs] [Bug 118473] Changed - mplex plugin does not work on Solaris

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Jul 28 04:38:00 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=118473

Changed by rbultje at ronald.bitfreak.net.

--- shadow/118473	Mon Jul 28 07:22:03 2003
+++ shadow/118473.tmp.15111	Mon Jul 28 07:38:00 2003
@@ -62,6 +62,15 @@
 In ext/mplex:
 
 + -lstdc++ is a GCC specific library, and not availabe with Forte.
   This library should only be included in libgstmplex_la_LIBADD
   if the compiler is GCC.
 
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-07-28 07:38 -------
+-lstdc++ should never be used. libtool-1.5 needs to be used, and
+libtool will take care of c++ dependencies automatically. Just like C
+tools don't use -lc, c++ tools should never use -lstdc++ directly in
+their Makefile.am.
+
+re: strchr(): you're right. Could you commit a fix that fixes both
+these? I'll look at your patch later today, I'm at work right now.




More information about the Gstreamer-bugs mailing list