Hello Jurgen,
So looking again into this.
It is definitely a bug of apl on Microsoft Windows is my current opinion.
No output to a file is or can be generated.
Tried e.g.
g:\cygwin32\bin\apl.exe --noSV -f c:/temp/helloworld.apl >c:/temp/ddd.txt
g:\cygwin32\bin\apl.exe --noSV -s -f c:/temp/helloworld.apl >c:/temp/ddd.txt 2>&1
g:\cygwin32\bin\apl.exe --noSV -s -f c:/temp/helloworld.apl 2> c:/temp/ddd.txt
g:\cygwin32\bin\apl.exe --noSV -f c:/temp/helloworld.apl >c:/temp/ddd.txt 2>&1
...
Usually Cygwin programs running on Windows have the same behavior as on Linux, so this
is unexpected.
I am mainly interested in capturing the STDERR thus in order to debug errors.
This is e.g. the program used (helloworld.apl)
'Hello world'
df -df ----
)OFF
so the error thrown is
Hello world
VALUE ERROR
df-df----
^
It is thus impossible to catch this error in a file.
===
Version of APL used:
c:\temp Tue 14-02-23 03:32:51>g:\cygwin32\bin\apl.exe --version
BUILDTAG:
---------
Project: GNU APL
Version / SVN: 1.7 / Unversioned directory
Build Date: 2017-03-17 16:02:24 UTC
Build OS: CYGWIN_NT-5.1 1.7.27(0.271/5/3) i686
config.status: unknown configure options
Archive SVN:
===
As a next step: Is there maybe somewhere a latest pre-compiled binary executable version of Cygwin GNU APL.exe available somewhere?
Thanks
with friendly greetings
Knud van Eeden
===