Relative Content

Tag Archive for gccclang

Using GCC on Apple M2 Max Laptop

I can’t use GCC because clang interferes with it. I used brew install gcc, and it downloaded correctly but I can’t use it because clang overrides it. I added the path into my /.bash_profile so when I activate my environment it should be the first export path listed, but it didn’t help. Then I manually just typed in export PATH="/usr/local/Cellar/gcc/14.1.0_1/bin:$PATH" straight in terminal and it still won’t work. I keep getting this error when I try to run snpArcher: