I encountered an issue when compiling tuv-x on Ubuntu linux. This issue manifested as a link failure, -lFALSE not found. The issue were missing libblas and liblapack libraries. Adding a stopgap measure to indicate when this is the issue.
Also added position-independent code flag if building statically.
I encountered an issue when compiling
tuv-x
on Ubuntu linux. This issue manifested as a link failure,-lFALSE
not found. The issue were missing libblas and liblapack libraries. Adding a stopgap measure to indicate when this is the issue.Also added position-independent code flag if building statically.