I am finding this blocking error:
CC xml_get.lo LD xml_get.la CC svm.lo CXX svmlib.lolibtool: error: specify a tag with '--tag'make[1]: *** [Makefile:271: svmlib.lo] Error 1I don't have this problem in my Fedora 38, and I am not sure what is missing in the github actions configuration. I observe that the only time a CXX is used in the building is where it is failing. I also modified configure to use --tag=CC or --tag=CXX in libtool sommand, but it did not changed the result.
Anyway, what could be missing in this setup?
The configuration file is this one: https://raw.githubusercontent.com/HelioGuilherme66/gretl/actions/.github/workflows/linux.yml