home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 12892 < prev    next >
Encoding:
Text File  |  1992-08-27  |  868 b   |  18 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!usc!cs.utexas.edu!mercury.unt.edu!sol.acs.unt.edu!ih96
  3. From: ih96@sol.acs.unt.edu (Yu Zhi)
  4. Subject: why execve() call wouldn't return to the calling program?
  5. Message-ID: <ih96.714953457@sol.acs.unt.edu>
  6. Keywords: execve, unix, process
  7. Sender: usenet@mercury.unt.edu (UNT USENet Adminstrator)
  8. Organization: University of North Texas
  9. Date: Thu, 27 Aug 1992 22:10:57 GMT
  10. Lines: 6
  11.  
  12. Hi there. I got a question. I'm working under unix and have some fortran
  13. program which I would like to call over and over again. So I decided to
  14. write a c program and use execve() calls. But one thing made me mad is that
  15. after the call of execl(), the control won't retrun to the c calling program.
  16. I'm sure there some way to around this. Hope someone can give me a hint.
  17. Please mail me your suggestion since I don't read news very often. Thanx. 
  18.