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