Closed yukio-takeuchi closed 2 years ago
This will allow to compile admb with $(CXX)=g++-12 and more generally "g++-'Major verson'". This is intended to resolve it. This can be done by running
$(CXX)=g++-12
make g++-x CXX=g++-12 CC=gcc-12
Resolved in another commit https://github.com/admb-project/admb/commit/bfb59c3ad277f0900f7fc766d0621a1ce6bc440f
This will allow to compile admb with
$(CXX)=g++-12
and more generally "g++-'Major verson'". This is intended to resolve it. This can be done by running