serizba / cppflow

Run TensorFlow models in C++ without installation and without Bazel

Home Page:https://serizba.github.io/cppflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/usr/bin/ld: cannot find -lcppflow

Nishq-AkulaTech opened this issue · comments

Hi,

I am trying to run the efficientnet example after successfully installing the library on my Ubuntu 20.04 machine, however I'm getting this error message when I run the make cmd:

[ 50%] Linking CXX executable efficientnet
/usr/bin/ld: cannot find -lcppflow
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/efficientnet.dir/build.make:84: efficientnet] Error 1
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/efficientnet.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

It's unable to find the library, even though the library seems to be installed. I'm guessing it's some kind of symbolic link issue - would you happen to have any idea how to fix this?

Thanks!