Brecht Sanders

Results 289 comments of Brecht Sanders

Looks more like a libcurl issue not being able to verify the certificate issuer. To be investigated further.

I believe so too, though I think it would be better root certs stored in the OS should be used. Somehow libcurl (or one of its dependencies like gnutls) isn't...

I'm not sure if anybody would miss `obj-c` and `obj-c++` if I remove them, but on the other hand I think it's more popular on Apple platforms like MacOS.

I'm not sure how I can help here as I just build GCC+MinGW-w64. The best way forward is probably to report these issues in separate bug reports to the GCC...

Again, things like this need to be taken up with the authors of the tools in question.

Recent versions of LLVM fail to built with GCC, so I'm figuring this out. But I was never a big fan of having an LLVM with GCC's standard libraries. I...

My goal is to build native GCC. Along the way - on user request - LLVM was added, but keeping it GCC compatible by using GCC's standard libraries so GCC...

For example `@` (to read options from file) is not supported by `llvm-windres`. That breaks builds of certain packages with LLVM.

I just think mixing the GCC and LLVM is a really bad idea, that's why for now I have stopped distributing the combined package. One of the dangers for example...

I still think it's a bad idea mixing these as they use different standard libraries. That may lead to unstabilities and crashes.