You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and installing one of libstdc++ explicitly solved the problem:
sudo apt install libstdc++-12-dev
Not sure what is the best way to ensure a proper version of libstdc++ is installed regardless which version of clang is installed, reporting this just in case if anyone hits the same issue. (Feel free to close / archive.)
I hit following failure during
./zen-release build deps
:After a bit of research, it looks like it happens when
libstdc++
is not installed while both gcc and clang are installed.c.f. https://stackoverflow.com/questions/74543715/usr-bin-ld-cannot-find-lstdc-no-such-file-or-directory-on-running-flutte
and installing one of libstdc++ explicitly solved the problem:
Not sure what is the best way to ensure a proper version of libstdc++ is installed regardless which version of clang is installed, reporting this just in case if anyone hits the same issue. (Feel free to close / archive.)
full log: https://gist.github.com/hikalium/1e0b41098bfd7da9100ca6ed5e1cdac1
The text was updated successfully, but these errors were encountered: