Cannot Find -ljack Linux Installation
Opened this issue · 1 comments
Hello I am attempting to install CDP on my Linux desktop and I encountered an issue after making and configuring everything. The error output is :
/usr/bin/ld: cannot find -ljack: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [dev/externals/paprogs/listaudevs/CMakeFiles/listaudevs.dir/build.make:98: ../NewRelease/listaudevs] Error 1
make[1]: *** [CMakeFiles/Makefile2:7645: dev/externals/paprogs/listaudevs/CMakeFiles/listaudevs.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
I installed the portaudio packages and properly installed the libaaio package, but it seems to be hung on this one thing. Is this a separate program I should have installed via repository before beginning or is there instructions to install it that I missed?
Thank you for your help!