[gstreamer-bugs] [Bug 615697] New: Problems with Makefile

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 13 17:18:13 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=615697
  GStreamer | gst-plugins-base | unspecified

           Summary: Problems with Makefile
    Classification: Desktop
           Product: GStreamer
           Version: unspecified
        OS/Version: Solaris
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: brian.cameron at oracle.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=158661)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=158661)
patch for gst-plugins-base

When building GStreamer in 64-bit amd64 mode, I found that several examples
would not build.  When we build GStreamer we set LDFLAGS to the following so it
picks
up the right X11 libraries.

"-L/usr/X11/lib/amd64 -R/usr/X11/lib/amd64"

However, this fails when building several examples because the Makefile.am for
several examples sets the libraries via foo_LDFLAGS.  Changing this to
foo_LDADD fixes the problem.  This problem is caused because using the Sun
linker, the libraries need to follow the -L arguments, and it gets constructed
the wrong way when you use LDFLAGS.

Can this go upstream.

I had a similar problem in both gst-plugins-base and gst-plugins-good, and will
attach both patches.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list