This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2


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-

admin@ubik /tmp/fortran/hw
$ ./hw 1>&2 | cat
 SUCCESS

admin@ubik /tmp/fortran/hw
$ ./hw 2>&1 | cat

admin@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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]