Hi guys! I’m a newbie in Julia, and I have a question. While building PackageCompiler I received this error Error building PackageCompiler
LoadError: Package candidate for gcc not found. Any suggestions? What I actually did is add(“ApplicationBuilder”) and then while installation I received this error.
Perhaps you do not have gcc installed. On Linux/*NIX machines should be pretty straightforward to install using the distribution package manager. On Windows, there are distributions such as MinGW, Cygwin etc.
More info here: Installing GCC: Binaries - GNU Project
Thanks for the answer, but I have installed MinGW, it works fine (compile c/c++ files without any problem). Everything is added to the Path.