weld-project / weld

High-performance runtime for data analytics applications
https://www.weld.rs
BSD 3-Clause "New" or "Revised" License
2.99k stars 259 forks source link

failed to run custom build command for weld v0.3.0 #461

Closed shashwatwork closed 5 years ago

shashwatwork commented 5 years ago

Hi, I'm trying to install weld on my Ubuntu 18.04 machine and I found error like failed to run custom build command for weld v0.3.0 while running cargo build --release

Please help me to solve this issue.

image

Max-Meldrum commented 5 years ago

Try installing libstdc++ and libstdc++ dev package.

e.g., libstdc++6 and libstdc++-6-dev

shashwatwork commented 5 years ago

Thanks Max!! cool