cannot find -lfcl using fcl library

asked 2015-02-11 01:55:54 -0600

RSA_kustar gravatar image

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 ?

edit retag flag offensive close merge delete

Comments

2

What should I do ?

At least post the contents of your CMakeLists.txt, obviously. And please, without all the boilerplate comments in it.

gvdhoorn gravatar image gvdhoorn  ( 2015-02-11 04:04:11 -0600 )edit