Still continuing to test...
Marco Atzeri wrote:
if I had
./test_program
I see the output on the screen but
./test_program > test_output
leave test_output empty.
If I build that tst case with:
gfortran-4 test_program.F -o test_program
then
$ ./test_program.exe
SUCCESS
$ ./test_program.exe > test_output
$ cat test_output
SUCCESS
But if I build with:
gfortran-4 -shared test_program.F -o test_program
then
$ ./test_program.exe
bash: ./test_program.exe: Permission denied
i.e. it does not work at all!
What am I missing?
Cheers,
Angelo.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/