Prof A Olowofoyeku (The African Chief) wrote:
[...]
"./test_sum" | tee test_summary ./test_run: fatal: `--print-needed-options' yields: ./test_run: /mingw/bin/gpc: Invalid argument Nothing was run."
Looks like an installation problem. What happens if you insert
echo "$PC $PFLAGS --print-needed-options dummy.pas" >&2
in test_run before the needed-options stuff, and execute the command that is shown manually (or from bash)?
I get nothing. No errors, no output - just nothing.
Try `make pascal.check-long'.
Looking in the directories in which I am building GPC, I see files called "needed-options" in the p/rts and p/utils directories, of zero bytes in size. I believe that this file has always had zero bytes, but that has not been a problem until now.
That's alright (and probably unrelated).
Frank