 Oriorii Guest |
Quote
|
2022-10-12 19:16:26 |
|
I am trying to add irrKlang to my C++ project in a Debian10 linux but I am getting linking errors. The download of (https://www.ambiera.com/irrklang/downloads.html) does not contain the irrKlang.a file that I think it is needed in order to solve the undefined reference linking problemes. How can I link everything without having the irrKlang.a file?
Thanks!
|
 clara Guest |
Quote
|
2022-10-13 10:19:51 |
|
You don't need an .a file, AFAIK.
See the makefile in the examples, how it works there.
|