dcodeIO / webassembly

A minimal toolkit and runtime to produce and run WebAssembly modules.
Other
815 stars 31 forks source link

tools/bin/linux-x64/clang: error while loading shared libraries: libtinfo.so.5 #22

Open iljah opened 6 years ago

iljah commented 6 years ago

My system has libtinfo.so.6 so binaries don't work, how should I compile this? I haven't found instructions for that anywhere. Thanks

iljah commented 6 years ago

Or more specifically, how should I compile clang in this case? I assume I'd have to compile the one stored as submodule.

rambip commented 3 years ago

I have the same issue on archlinux. I have clang installed on my system, but wa uses a custom installation of clang, wich uses libtlinfo.so.5

I would like to use wa with my own installation of clang, how can I do that ?