Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!van-bc!ubc-cs!alberta!cpsc.ucalgary.ca!enme3!pepers From: pepers@enme3.ucalgary.ca (Brad Pepers) Newsgroups: comp.sys.amiga.tech Subject: Re: GCC Message-ID: <1991Jan11.220207.5131@cpsc.ucalgary.ca> Date: 11 Jan 91 22:02:07 GMT References: <9101100202.AA139209@vttcf.cc.vt.edu> <17369@cbmvax.commodore.com> Reply-To: pepers@enme3.UUCP (Brad Pepers) Organization: U. of Calgary, Calgary, Alberta, Canada Lines: 12 Nntp-Posting-Host: enme3.enme.ucalgary.ca The amiga.lib file should come with the PDC distribution. I think its their own reverse engineered AMIGA.LIB that C= sends out. I also had my hello world program crash. It eventually turned out that my acrt0.o (or something like that) file was bad. Its size was smaller than the one used by other people that had GCC working. So I got the PDC asm source for it and compiled it with A68k. The resulting .o was the right size and no more crashes! So give it a try! Brad Pepers