home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4436 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.0 KB  |  29 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!wupost!uwm.edu!src.honeywell.com!mail-enters-news
  3. From: bergstro@src.honeywell.com (Pete Bergstrom)
  4. Subject: re: popen/pclose
  5. To: comp.os.os2.programmer
  6. Message-ID: <9208252007.AA08786@data.src.honeywell.com>
  7. Posted-Date: Tue, 25 Aug 92 15: 07:45 CDT
  8. Sender: daemon@src.honeywell.com
  9. Organization: Honeywell Systems & Research Center
  10. Date: Tue, 25 Aug 1992 20:07:45 GMT
  11. Received-Date: Tue, 25 Aug 92 15: 07:47 CDT
  12. Lines: 15
  13.  
  14. caliaro@avalon.physik.unizh.ch (Aurelio Caliaro) wrote:
  15. >I have got a Unix C program. It calls "popen" and "pclose", but LINK386
  16. >tells me that they are unresolved externals. I am using GCC 2.1. Did I forget
  17. >to add a library or what was wrong?
  18.  
  19. I checked the gcc/2 library source (2.1) and there is a popen.c
  20. file in the gen subdirectory.  It contains popen(..) and pclose(..),
  21. however I didn't take the time to find out which library they're
  22. actually in.  
  23.  
  24. (Rumor-spreading: there may be a pd-sorta OS/2 lib.exe coming soon -
  25. no, it's not from me)
  26.  
  27. Pete
  28.  
  29.