From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d66c9f9cb6b86f72 X-Google-Attributes: gid103376,public From: "Bobby D. Bryant" Subject: Re: fork; execve --> defunct process. Date: 2000/01/22 Message-ID: <388A1A3C.15B90C23@mail.utexas.edu>#1/1 X-Deja-AN: 576268334 Content-Transfer-Encoding: 7bit References: <388414AD.E4D4C00D@mail.utexas.edu> <38843392.FBEA70CB@mail.com> <3885024F.E13C3561@mail.utexas.edu> X-Accept-Language: en,fr,de Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cc.utexas.edu X-Trace: geraldo.cc.utexas.edu 948574686 21672 128.83.112.54 (22 Jan 2000 20:58:06 GMT) Organization: The University of Texas at Austin Mime-Version: 1.0 NNTP-Posting-Date: 22 Jan 2000 20:58:06 GMT Newsgroups: comp.lang.ada Date: 2000-01-22T20:58:06+00:00 List-Id: Robert A Duff wrote: > You might find it useful to look at the Spawn_Internal procedure in > GNAT.OS_Lib, and the stuff it calls -- eg the portable_spawn function > in a-adaint.c. Ah, just what I needed! Thanks. And thanks to the others who responded as well. Mario's trick helped me past one hurdle, but I was still getting various problems when I tried to launch anything with a GUI, so I backed up and tried OS_Lib, and it has worked on the first try for everything I've tried to launch so far. (And there are some other goodies in OS_Lib that I need to know about, too.) Bobby Bryant Austin, Texas