home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4538 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!ut-emx!emx.utexas.edu!plyon
  2. From: plyon@emx.cc.utexas.edu (Paul Lyon)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: popen/pclose
  5. Message-ID: <PLYON.92Aug28213844@emx.cc.utexas.edu>
  6. Date: 29 Aug 92 02:38:44 GMT
  7. References: <9208252007.AA08786@data.src.honeywell.com>
  8. Sender: news@ut-emx.uucp
  9. Organization: The University of Texas at Austin
  10. Lines: 18
  11. In-reply-to: bergstro@src.honeywell.com's message of 25 Aug 92 20:07:45 GMT
  12.  
  13.  
  14. In article <9208252007.AA08786@data.src.honeywell.com> bergstro@src.honeywell.com (Pete Bergstrom) writes:
  15.  
  16.    I checked the gcc/2 library source (2.1) and there is a popen.c
  17.    file in the gen subdirectory.  It contains popen(..) and pclose(..),
  18.    however I didn't take the time to find out which library they're
  19.    actually in.  
  20.  
  21.    (Rumor-spreading: there may be a pd-sorta OS/2 lib.exe coming soon -
  22.    no, it's not from me)
  23.  
  24.    Pete
  25.  
  26. Those functions are in the source, but they are not in libc.lib for
  27. one quite sufficient reason: they use the vfork() call, and there
  28. is at present no OS/2 equivalent :-(
  29.  
  30. Paul Lyon
  31.