Brian Keener wrote:
Looking through the manual pages I see that now. Supports the environment variables for GCC as well. Sorry - I should have checked the manual first. Actually I did - looked for switches but didn't think about environment variables.
The corresponding switches are `-B' and `-L', BTW.
I tried to compile the test programs but I had and error if I just ran make as follows (apparently the summary script has an issue with Cygwins gawk from what I can tell):
gawk: cmd. line:42: (FILENAME=- FNR=17) fatal: error reading input file `-': Permission denied make: *** [pascal.check-nomsg] Error 2 /usr/develop/obj/gpc-tests
No idea what this is. You might want to try saving the output of the "long" command to a file and passing this to test_sum, either by:
.../test_sum < file
or
cat file | .../test_sum
Frank