<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Here's the relevant info from man:<br>
    <br>
    <blockquote type="cite">Compiling on Linux<br>
             On Linux, programs that use the Pthreads API should be
      compiled using cc -pthread.<br>
    </blockquote>
    <br>
    You've got -lpthreads going to the linker.  You should be compiling
    w/ -pthread.  I've seen both -lpthread (to the linker) and -pthread
    (to the compiler) work BTW.<br>
    <br>
    <div class="moz-cite-prefix">On 12/27/2014 02:24 PM, Roger Morton
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAC=a5kz7PE5atPMYy1Gd0yL4NmLiURCmTFwc-cvyOP4vOfJqyw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>>Probably not....proceed at your discretion.<br>
                <br>
                Yeah. I have not proceeded. One issue which made me take
                pause was that synaptic wants to uninstall a bunch of
                pacakges too when I propose installing libkf5xmlgui-dev
                libkf5newstuff-dev libkf5notifyconfig-dev
                libkf5plotting-dev<br>
              </div>
              It want to uninstall <br>
            </div>
            liboxideqt-qmlplugin, unity-webapps-common,
            unity-webapps-gmail, unit-webapps-service,
            webapps-container, exul-ext-unity.<br>
            <br>
          </div>
          And I don't like the look of that proposal.<br>
          <br>
        </div>
        So I guess we have a problem here. My kdenlive build fails at
        Cmake:<br>
        <br>
        CheckSymbolExists.c:(.text+0x16): undefined reference to
        `pthread_create'<br>
        /usr/bin/ld: cannot find -lpthreads<br>
        collect2: error: ld returned 1 exit status<br>
        <div>
          <div>
            <div>
              <div><br>
              </div>
              <div><br>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
kdenlive mailing list
<a class="moz-txt-link-abbreviated" href="mailto:kdenlive@kde.org">kdenlive@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/kdenlive">https://mail.kde.org/mailman/listinfo/kdenlive</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Steve Guilford
Founder/CTO
<a class="moz-txt-link-freetext" href="http://www.asterionmultimedia.com">http://www.asterionmultimedia.com</a></pre>
  </body>
</html>