Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to find libjack.so #357

Closed
yurivict opened this issue Jun 24, 2022 · 2 comments
Closed

Fails to find libjack.so #357

yurivict opened this issue Jun 24, 2022 · 2 comments

Comments

@yurivict
Copy link

yurivict commented Jun 24, 2022

===>  Building for rtaudio-5.2.0_1
[ 10% 1/10] : && /usr/bin/c++ -fPIC -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer  -fstack-protector-strong -shared -Wl,-soname,librtaudio.so.6 -o librtaudio.so.6.0.2 CMakeFiles/rtaudio.dir/RtAudio.cpp.o CMakeFiles/rtaudio.dir/rtaudio_c.cpp.o  -ljack  -pthread && :
FAILED: librtaudio.so.6.0.2 
: && /usr/bin/c++ -fPIC -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer  -fstack-protector-strong -shared -Wl,-soname,librtaudio.so.6 -o librtaudio.so.6.0.2 CMakeFiles/rtaudio.dir/RtAudio.cpp.o CMakeFiles/rtaudio.dir/rtaudio_c.cpp.o  -ljack  -pthread && :
ld: error: unable to find library -ljack

This is despite Jack-1.9.21 has jack.pc installed.

Version 5.2.0
FreeBSD 13.1

@garyscavone
Copy link
Contributor

If a build issue, please submit a PR.

@garyscavone
Copy link
Contributor

Again, I just checked out the latest master branch, ran autogen.sh, configure --with-jack, make, cd tests, ./audioprobe and didn't have a problem. Perhaps this is related to the FreeBSD distribution but it is not a problem with Fedora Linux 5.11.22-100.fc32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants