Hello,
I'm trying to install the package deSolve. First I had an issue with a missing gfortran but that was easyto fix. But now the installation routine stops with the error message /usr/bin/ld: -lblas kann nicht gefunden werden and that one is not that easy to fix. Any suggestions? Thanks a lot in advance, Johan
/usr/bin/ld: -lblas kann nicht gefunden werden
For this specific error I think you are missing OpenBlas in your system, try installing it
sudo apt install libopenblas-base
That helped a lot, thank you very much. The final solution was: sudo apt-get install libopenblas-dev (But maybe I forgot to add the -base part and that would have solved too? I've been at my computer for too long today.)
sudo apt-get install libopenblas-dev