Error: /usr/bin/ld: cannot find -lfl
collect2: error: ld returned 1 exit status
Makefile:69: recipe for target 'unified' failed
make: *** [unified] Error 1
Solution: sudo apt-get install flex
Tuesday, October 15, 2019
Error: /usr/bin/ld: cannot find -lfl
Monday, October 14, 2019
How to install libsndfile and Armadillo library on ubuntu
Installation of libsndfile:
sudo apt-get install libsndfile-dev
Installation of Armadillo
- If not present already, install LAPACK, Boost and BLAS with
sudo apt-get install liblapack-dev sudo apt-get install libblas-dev sudo apt-get install libboost-dev
- Install Armadillo using
sudo apt-get install libarmadillo-dev
Subscribe to:
Posts (Atom)