I'm facing some issues when linking my c++ program, here is what I do :
g++ tp.cpp -llpsolve55 -lcolamd -ldl -o MyExe
and the command-line return me this :
/usr/bin/ld: cannot find -llpsolve
collect2: error: ld returned 1 exit status
But I've already installed lpsolve, it appear in Synapatic as installed and I even installed it via the terminal