Hi,
OS : Ubuntu 12.04 - 64 bit.
I encountered this error today while trying to build chrome.
out/Release/obj/gen/sdk/toolchain/linux_x86_pnacl/host_x86_32/bin/clang: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
These are the instructions I used to build chrome.
GYP_DEFINES='asan=1 linux_use_tcmalloc=0 release_extra_cflags="-g" ' gclient runhooks
make -j8 BUILDTYPE=Release chrome
It looks like build system is trying to build 32 bit nacl on my 64 bit system.
Please tell me how to solve this issue. Are there any additional libraries that I have to install?
Thank you,
Chamal.