go-nebulas icon indicating copy to clipboard operation
go-nebulas copied to clipboard

make: cannot find -lff_functionflow

Open arielsbecker opened this issue 5 years ago • 1 comments

I'm experiencing this issue while trying to perform make on nbre. This is the output:

/usr/bin/ld: cannot find -lff_functionflow
/usr/bin/ld: cannot find -lff_net
clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [CMakeFiles/nbre_rt.dir/build.make:1033: ../lib/lib/libnbre_rt.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/nbre_rt.dir/all] Error 2
make: *** [Makefile:141: all] Error 2

Everything went smooth until I reached this point, and I'm clueless now about which dependency or library is missing. Anyone here experienced the same issue?

arielsbecker avatar May 04 '19 21:05 arielsbecker

Check if the corresponding dynamic libraries were generated in directory "nbre/lib/lib". If not, you need to run the prepare.sh again in order to build those libraries.

Samuelchen85 avatar Jun 05 '19 03:06 Samuelchen85