On 01/23/2015 09:48 PM, Roman Haefeli wrote:
On Fre, 2015-01-23 at 08:59 +0100, Roman Haefeli wrote:
(paraphrasing)
... compile pd... resulting binary is not linked against jack libaries ...
Ok, I finally figured it out, I guess. When I do:
./configure --enable-jack --disable-portaudio
and then do 'make' I get a binary in <pd>/src/pd that is _not_ linked against libjackXXX. However, when I do only:
./configure --enable-jack
the resulting binary is in <pd>/src/.libs/pd which is linked against jack libraries. Also, <pd>/src/pd is only a shell script.
Can anyone confirm this behavior or is it specific to my box?
i can confirm this with the noteable and important exception, that in the first case my <pd>/src/pd binary *is* linked against libjack.
what's the output of configure?
gfmasdr IOhannes