wclang icon indicating copy to clipboard operation
wclang copied to clipboard

Problem with symlinks?

Open N1kRolexx opened this issue 4 years ago • 2 comments

изображение

N1kRolexx avatar Dec 10 '20 14:12 N1kRolexx

Symlinks are created automatically. Folder is in $PATH

All executables can be accessed from anywhere in system.

x86_64-w64-mingw32-clang++
x86_64-w64-mingw32-clang

These 2 can't be accessed from anywhere.

What could cause that?

N1kRolexx avatar Dec 10 '20 14:12 N1kRolexx

Does it find it with which x86_64-w64-mingw32-clang++?
I've seen similar errors with a missing system library elsewhere (e.g. wrong libc version), so maybe try adding/exporting LD_DEBUG=all.

founderio avatar Dec 27 '20 22:12 founderio