When I try to run rubenvb’s Clang 3.2, I get:
The program can’t start because
libgcc_s_dw2-1.dllis missing from your computer.
Try reinstalling the program to fix this problem.
I can’t find the DLL anywhere… what package am I missing/how do I fix this?
You need to download a gcc package also, that build of Clang doesn’t come with a C++ library or anything. It was mean to be used in combination with a gcc package. From here: