tpoechtrager / wclang

Cross compile source code easily for Windows with clang on Linux/Unix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with symlinks?

N1kRolexx opened this issue · comments

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?

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.