Crystal installation using Linuxbrew is not working

Yeah, if cc points to gcc from homebrew, everything should work.
You can do that with something like export CC=/home/linuxbrew/.linuxbrew/bin/gcc-13 if you don’t want to mess with your system cc.

1 Like