After downloading cygwin, clang and make, I am testing if the configuration works. I have written a "Hello world" C++ program and a make file to test this.
Compilation with clang 3.7 succeeds.
Linking fails with error:
hello.o: undefined reference to ios_base::Init::Init()
Actually, I think there are some missing libraries too.
How can I re-download the cygwin configuration onto my PC? If I try to re-download it now using cygwin's setup, it just tells me everything's already been done. I'd like to _force_ a re-download.
Also, how can I check / verify the current configuration?