Xref: utzoo comp.lang.fortran:899 comp.unix.wizards:9808 comp.unix.questions:8130
Path: utzoo!utgpu!water!watmath!clyde!att!ucbvax!bloom-beacon!bu-cs!bucasb!mike
From: mike@bucasb.bu.edu (Michael Cohen)
Newsgroups: comp.lang.fortran,comp.unix.wizards,comp.unix.questions
Subject: BSD 4.3 F77 fortran query
Summary: Sharing Streams using Popen
Keywords: popen Fortran Units
Message-ID: <584632927.3487@bucasb.bu.edu>
Date: 11 Jul 88 14:02:07 GMT
Reply-To: mike@bucasb.bu.edu (Michael Cohen)
Organization: Center for Adaptive Systems, Boston U.
Lines: 7

Does anybody know an easy way to popen a stream which can be passed
to Fortran and associated with a fortran Unit,.  This is for a version
of BSD4.3 F77.  What was already tried was a fortran open followed
by a dup2 using the fortran unit as a file descriptor as passed to C.
This doesn't seem to work.  If anybody knows how to do this or
has the location of a routine which works this would be of interest.