Which compilers are supported on Linux?

so far I was only able to compile all examples from the distribuation with clang see link to my post here

One of the most preferred IDEs for use with JUCE on Linux seems to be Codelite in this forum. Might be one reason is as well it’s strong support for clang compiler which supports all the compiler flags used for the JUCE distribution examples.

BTW: Not all examples from the distribution have preconfigured Makefiles. It’s possible to generate them on a Mac or Windows and then compile on Linux.