zsiciarz / aquila

Aquila is a digital signal processing library for C++11.
http://aquila-dsp.org
MIT License
462 stars 112 forks source link

undefined reference to Aquila::WaveFile #64

Open dariodematties opened 7 years ago

dariodematties commented 7 years ago

Hello, I have installed Aquila and I am getting one error when trying to compile a simple example. I have posted the issue in detail in: https://stackoverflow.com/questions/44317406/undefined-reference-to-aquilawavefile I've also found the very same issue posted by another person here: https://cpc110.blogspot.com.ar/2016/04/aquila-dsp-undefined-reference-error.html?showComment=1496407327002#c773423373309047410 Any help will be highly appreciated. Thanks, Dario

mbilloo commented 6 years ago

In your Makefile, in the target for MFCC, place the main object file and executable name (MFCC), before the library includes.

Based on the answer from here: https://stackoverflow.com/questions/2624238/c-undefined-references-with-static-library