I used homebrew to install gcc again. The installed path is /usr/local/Cellar/gcc49.
Then I did make STARforMacStatic CXX=/usr/local/Cellar/gcc49/bin/g++-4.9 and I got another error:
make: *** No rule to make target `STARforMacStatic'. Stop.
Really frustrating now.
Then I did make STARforMacStatic CXX=/usr/local/Cellar/gcc49/bin/g++-4.9 and I got another error:
make: *** No rule to make target `STARforMacStatic'. Stop.
Really frustrating now.
Comment