Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!sun-barr!rutgers!cbmvax!kevin From: kevin@cbmvax.commodore.com (Kevin Klop) Newsgroups: comp.sys.amiga.tech Subject: Re: GCC Message-ID: <17369@cbmvax.commodore.com> Date: 11 Jan 91 01:24:57 GMT References: <9101100202.AA139209@vttcf.cc.vt.edu> Reply-To: kevin@cbmvax.commodore.com (Kevin Klop) Organization: Commodore, West Chester, PA Lines: 31 In article <9101100202.AA139209@vttcf.cc.vt.edu> fmcphers@VTTCF.CC.VT.EDU (Frank McPherson) writes: >I'm trying to get the newest version (agcc901022.lzh) of gcc set up on the >Amiga 3000 right now. I'm having problems. First, there is a file, amiga.lib, >which I don't have, nor have I been able to find it. Where can I get it? >When gcc says it needs the amiga include files, which ones are those? >Specically, a line from the gcc setup file says, >; COMPILER-HEADERS: is where the Amiga system includes are. >Where do I get THOSE? >Lastly, at least for now, why, when I attempt to run gcc on the following >simple program > >main() >{ > printf("Good Morning!\n"); >} >, does GCC completely lock my computer? The screen goes blank, my monitor >even starts to whine. I have the stack set to the 131072 bytes they recommend. > >Thanks for any help! > >-- Frank McPherson INTERNET: fmcphers@vttcf.cc.vt.edu -- AMIGA.LIB is available from CATS (Commodore Amiga Technical Services) and also comes with lattice and Manx compilers. It contains stubs for the various OS routines that are detailed in the Rom Kernel Manuals. Dunno why GCC locks up on you. Sounds like a pretty hard crash to me. My first guess is that GCC is missing something it needs to link to. -- Kevin --