weld-project / weld

High-performance runtime for data analytics applications

Home Page:https://www.weld.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed to run custom build command for weld v0.3.0

shashwatwork opened this issue · comments

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

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

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

Thanks Max!! cool