Coder Social home page Coder Social logo

can not find lib about ds HOT 6 OPEN

Vincent630 avatar Vincent630 commented on May 26, 2024
can not find lib

from ds.

Comments (6)

oylz avatar oylz commented on May 26, 2024 2

for opencv

you can only link with libopencv_xxx.so(without containing xyz,the reason is: I had multiple opencv versions on my computer at that time)

for tcmalloc

you must install gperftools

from ds.

shaix123 avatar shaix123 commented on May 26, 2024

Hello, I have the same problem。Do you solve it?

from ds.

VanniZhou avatar VanniZhou commented on May 26, 2024

Hello, I have the same problem。Do you solve it?

not yet

from ds.

leijuzi avatar leijuzi commented on May 26, 2024

me met the problem too

from ds.

Haoran-Young avatar Haoran-Young commented on May 26, 2024

I met this problem:
/usr/bin/ld: cannot find -lopencv_corexyz
/usr/bin/ld: cannot find -lopencv_imgprocxyz
/usr/bin/ld: cannot find -lopencv_highguixyz
/usr/bin/ld: cannot find -lboost_system

But I fixed it via constructing symbolic links.
The occurrence of this problem is that the system needs some *.so libs, but it cannot find them by itself. So, we have to find them manually and build symbolic links.

For example:
To address '/usr/bin/ld: cannot find -lopencv_corexyz', we must have 'libopencv_corexyz.so' in '/usr/lib'. 'libopencv_core.so.2.4.13' locates in '/usr/local/lib' on my computer. So, execute this command to solve the problem:
sudo ln -s /usr/local/lib/libopencv_core.so.2.4.13 /usr/lib/libopencv_corexyz.so

from ds.

QuangNMekma avatar QuangNMekma commented on May 26, 2024

I had install gperftools but when i run ./make.sh, i had error: "usr/bin/ld: cannot find -ltcmalloc"

from ds.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.