colask8 wrote:
And so on, i have found that clang has bugs as ****.
Such as? Clang has a very active development community. The possibility that it would have any bug that could impede the progress of a developer ranges from virtually zero for experts to absolute zero for beginners.
So that might be the reason why i wanted to use gcc, but i see as you stated that they dont want to get involved with apple anymore.
You are unsure about why you wanted to use GCC?
GNU never wanted to be involved with Apple. It was only a bug in their licensing that allowed Apple to use GCC. When GNU fixed that bug with version 3 of the GPL, Apple started heavy developlent of LLVM and, eventually, CLang.
So if you know the way to update to clang 3.5? Because i cannot seem to find a proper tutorial for it. Thank you 🙂
There are no such tutorials. If you want to install a private build of Clang, or GCC for that matter, just do it. It is not a simple task and I doubt you will find any tutorials. That is something that the developers of those compilers might do.
What I suggest you do is clearly explain what you are trying to do, at a very high level. What code are you trying to compile that the built-in compiler in Xcode cannot compile?