Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!bellcore!texbell!sugar!uunet!mcvax!hp4nl!hpuamsa!marco From: marco@hpuamsa.UUCP (Marco Lesmeister) Newsgroups: comp.sys.amiga Subject: Re: C Compiler bug? Message-ID: <7880004@hpuamsa.UUCP> Date: 25 Oct 88 08:43:58 GMT References: <7880002@hpuamsa.UUCP> Organization: HP NL Lines: 22 >main() { > printf("hello world\n"); >} > >program the linker just hangs the system. Any suggestions why? >Is there a better C compiler out there? > >Marco Lesmeister. I have got a 3.4 version of Aztec C, but I think I already found out what is wrong, it's my c.lib library. The linker does its work fine until he gets to a function _output, and then it just hangs, so I took the cl.lib in stead of c.lib and everything was OK, "hello world" appeared on my screen. What is the best library to use in stead of c.lib which is obviously rotten in my case? Thanks for the reply, Marco Lesmeister.