Kjetil S. Matheussen wrote:
Replace -ljack with -lk_jack -laipc in your makefile.
I guess you could do some trick by setting the LD_LIBRARY_PATH env-variable or something, to avoid relinking the program, but I havent investigated that.
do you think it's possible to compile a libjack from k_jack, so you only have to replace the original libjack with k_jack's libjack. a solution which doesn't need recompiling or relinking of the audio clients binaries would be very nice.