|
From: | john o goyo |
Subject: | Re: Problem with Compiler Option -fobject-path= |
Date: | Sat, 22 Apr 2023 21:13:19 -0400 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 |
Greetings, Derek. On 2023-04-22 19:22, Derek Wyss wrote:
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.modFAILED: List.ogm2 -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/’
That option does not appear to be in the current gm2 (https://gcc.gnu.org/onlinedocs/gm2/Compiler-options.html). Perhaps '-flibs=.:/home/tez/prog/lib' may be the equivalent. Sorry that I cannot be definitive here but I have never used the previous option.
Sincerely, john
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
[Prev in Thread] | Current Thread | [Next in Thread] |