Prof A Olowofoyeku (The African Chief) wrote:
On 27 Mar 2003 at 16:30, Frank Heckenbach wrote:
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'.
This is the output:
gpc --autobuild -g -O3 -W -Wall -Wundef -Wpointer-arith -Wno-unused - -print-needed-options dummy.pas
So, what happens if you run this command manually, possibly from bash (after creating dummy.pas)?
Frank