Path: utzoo!news-server.csri.toronto.edu!rutgers!cbmvax!bagate!dsinc!unix.cis.pitt.edu!zaphod.mps.ohio-state.edu!usc!apple!portal!cup.portal.com!Lee_Robert_Willis From: Lee_Robert_Willis@cup.portal.com Newsgroups: comp.sys.amiga.programmer Subject: Re: BLINK: The Gawds must be CRAZY! Message-ID: <40167@cup.portal.com> Date: 15 Mar 91 02:53:28 GMT References: <717.27d81635@vger.nsu.edu> Organization: The Portal System (TM) Lines: 11 The easiest way to use the linker is to let the compiler create a linker file for you. If you type "lc -L hello.c", after compilation the lc command will create link the file. In addition to linking, it creates a new file called "hello.lnk" which is the BLINK linker command. If you want to link "hello.c" again, type "BLINK with hello.lnk" I usually use this method to initially set up the linker, then I just edit the ".lnk" file to add more files as I make them. Hope this helps. Lee