cannot find -lfcl using fcl library
I want to run a node using fcl library.. I just wrote a small code and I edited the Cmakelists file to make sure that I can run the node but I got the following error
/usr/bin/ld: cannot find -lfcl
collect2: error: ld returned 1 exit status
What should I do ?
Asked by RSA_kustar on 2015-02-11 02:55:54 UTC
Comments
At least post the contents of your
CMakeLists.txt
, obviously. And please, without all the boilerplate comments in it.Asked by gvdhoorn on 2015-02-11 05:04:11 UTC