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