ui icon indicating copy to clipboard operation
ui copied to clipboard

ld: library not found for -lstdc++

Open Nv7-GitHub opened this issue 5 years ago • 2 comments

When I try to compile, I get the error

/usr/local/Cellar/go/1.16.3/libexec/pkg/tool/darwin_amd64/link: running clang++ failed: exit status 1
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
ld: library not found for -lstdc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)

It seems like https://github.com/andlabs/ui/issues/306 is similar, although the error message is slightly different. How do I fix this?

Nv7-GitHub avatar Apr 04 '21 00:04 Nv7-GitHub

I just experienced the same issue.

cosmotek avatar May 26 '21 15:05 cosmotek

me too,
If it is used with OpenCV at the same time, lib cannot be loaded

BigCatGit avatar Jul 18 '22 05:07 BigCatGit