<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">but don't understand how this is
done on Linux.</pre>
      </blockquote>
      As I've written in the original thread:</p>
    <p>Linux: -Wl,-rpath,"\$$ORIGIN",--enable-new-dtags</p>
    <p>This makes sure that the loader will look for dynamic libraries
      in the same folder as the Pd external. This is what pd-lib-builder
      uses for shared helper libraries, but it works for any shared
      library.<br>
    </p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 07.01.2021 15:20, Roman Haefeli
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:c40605991d6fb8e3b22c64d41d91023a6040bcca.camel@gmail.com">
      <pre class="moz-quote-pre" wrap="">On Thu, 2021-01-07 at 07:40 -0300, Lucas Cordiviola wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">here:

<a class="moz-txt-link-freetext" href="https://nc.nubegris.com.ar/index.php/s/nRWQi3CBCdYctHx">https://nc.nubegris.com.ar/index.php/s/nRWQi3CBCdYctHx</a> 
<a class="moz-txt-link-rfc2396E" href="https://nc.nubegris.com.ar/index.php/s/nRWQi3CBCdYctHx"><https://nc.nubegris.com.ar/index.php/s/nRWQi3CBCdYctHx></a>

are linux64/32 test versions that includes fluidsynth 2.1.6

feedback is welcomed
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Works for me. Your libfluidsynth dynamic library is very stripped down.
I checked the one from repos of Ubuntu 20.04 and it links to a lot of
other libraries (jack, opus, systemd, wayland etc.) that probably don't
make any sense in the given use case. How did you create yours? Did you
just compile yourself with everything disabled? How do you link fluid~
to the local libfluidsynth.so?  I followed the thread about including
local libraries on macOS on Windows, but don't understand how this is
done on Linux.


Roman


</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
  </body>
</html>