[gstreamer-bugs] [Bug 592314] New: core/tests/examples/streams/ does not link to pthread

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 19 03:44:50 PDT 2009


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

           Summary: core/tests/examples/streams/ does not link to pthread
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lrn1986 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


--- Comment #0 from LRN <lrn1986 at gmail.com> 2009-08-19 10:44:46 UTC ---
testrtpool.c does use pthread a lot and includes pthread.h, but there is no
traces of -lpthread in Makefile.am

As a result, ld complains about undefined symbols while linking rtpool-test on
systems where -lpthread is not implicit (such as Windows).

Fix: add -lpthread to rtpool_test_LDADD

-- 
Configure bugmail: http://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