I'm trying to build sonLib with a compiler other than the "gcc" and "g++" found on my PATH. Running `make CC=/usr/bin/gcc CXX=/usr/bin/g++` just calls the versions on my PATH and not the ones I asked for.
I'm trying to build sonLib with a compiler other than the "gcc" and "g++" found on my PATH.
Running
make CC=/usr/bin/gcc CXX=/usr/bin/g++just calls the versions on my PATH and not the ones I asked for.