Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!csun!news From: swalton@solaria.csun.edu (Stephen Walton) Newsgroups: comp.sys.amiga.advocacy Subject: Re: Multitasking. Message-ID: <1991Jan24.201918.1975@csun.edu> Date: 24 Jan 91 20:19:18 GMT References: <1991Jan21.032207.6127@cunixf.cc.columbia.edu> <4827@skye.cs.ed.ac.uk> <12913@life.ai.mit.edu> <12916@life.ai.mit.edu> <11834@goofy.Apple.COM> Sender: news@csun.edu (News Administrator) Reply-To: swalton@solaria.csun.edu (Stephen Walton) Organization: Cal State Northridge Lines: 15 In-Reply-To: lsr@Apple.com (Larry Rosenstein) In article <11834@goofy.Apple.COM>, lsr@Apple (Larry Rosenstein) writes: >You definitely have to insert extra calls, but it isn't as hard as you >make it out to be. There are 2 approaches you can take:... > >I've used each of these techniques to port vanilla C programs to the Mac >and get them to run in the background. On the Amiga, to get vanilla C programs to run in the background, you do: 1>cc program.c 1>ln program.o -lc 1>run program Steve