C++ – libstdc++.so.6: cannot open shared object file: No such file or directory

ccilkcilk-plus

I want to run Cilkscreen command with a cilk++ program but I'v got this error

/usr/local/cilk/bin/../lib32/pinbin: error while loading shared
libraries: libstdc++.so.6: cannot open shared object file: No such
file or directory

Can you help me please

Best Answer

Try this:

apt-get install lib32stdc++6
Related Topic