Debian – Portaudio cannot find libportaudio.a
I've installed portaudio on Debian: sudo apt install portaudio19-dev Now I'm trying to run a test program to make sure it works: gcc pa_devs.c libportaudio.a -lrt -lm -lasound -o pa_devs But I get this error: /usr/bin/ld: cannot find libportaudio.a: No…