Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!harvard!spdcc!halleys!ulowell!page From: page@ulowell.cs.ulowell.edu (Bob Page) Newsgroups: comp.sys.amiga Subject: Re: Fexec & execution in general Message-ID: <1328@ulowell.cs.ulowell.edu> Date: Mon, 1-Jun-87 13:59:37 EDT Article-I.D.: ulowell.1328 Posted: Mon Jun 1 13:59:37 1987 Date-Received: Wed, 3-Jun-87 01:45:27 EDT References: <8706010627.AA03342@ingres.Berkeley.EDU> Reply-To: page@ulowell.cs.ulowell.edu (Bob Page) Organization: University of Lowell Lines: 19 Doug Merritt (hatcher@INGRES.BERKELEY.EDU) wondered if Manx's fexec() was compatible with Lattice's fork() call. They are not. fork() will not handle BCPL programs while fexec() will. I don't have the 3.10 docs handy so I can't say if the calling sequence is similar. >I'm wondering whether there are nice, general *process* execution >library functions available to users of both compilers? Only if you count the LoadSeg/CreateProc/Execute family. >Or should I entertain the notion of writing one? You could use the one Matt wrote for his shell. You might need permission depending on your ultimate motives. ..Bob -- Bob Page, U of Lowell CS Dept. page@ulowell.{uucp,edu,csnet}