Hello,
I'm attempting to compile using some build/ninja scripts that were previously working:
tez@cibolo:~/Desktop/zona/lib/List$ ninja
[1/1] gm2 -g -Wall -fsoft-check-all -I.:/home/tez/prog/def/ -fobject-path=.:/home/tez/prog/lib/ -c List.mod
FAILED: List.o
gm2 -g -Wall -fsoft-check-all -I.:/home/tez/prog/def/ -fobject-path=.:/home/tez/prog/lib/ -c List.mod
gm2: error: unrecognized command-line option ‘-fobject-path=.:/home/tez/prog/lib/’
ninja: build stopped: subcommand failed.
I was previously using the Debian gm2 package that came from floppsie. My current version info:
tez@cibolo:~/Desktop/zona/lib/List$ gm2 --version
gm2 (GCC) 13.0.0 20221214 (experimental)
Any suggestions?
Best regards,
Derek