Dave Korn wrote:
> Marco Atzeri wrote:
>
>> It seems a problem of output redirection with dynamic
>> fortran library
Oh, another clue: it only affects stdout, not stderr-
ad...@ubik /tmp/fortran/hw
$ ./hw 1>&2 | cat
SUCCESS
ad...@ubik /tmp/fortran/hw
$ ./hw 2>&1 | cat
ad...@ubik /tmp/fortran/hw
$
I'll start digging in the library code.
cheers,
DaveK
--
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/