Xref: utzoo comp.lang.c:18665 comp.sys.att:6456 unix-pc.general:2900 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!umbc3!mark From: mark@umbc3.UMBC.EDU (Mark Sienkiewicz) Newsgroups: comp.lang.c,comp.sys.att,unix-pc.general Subject: Re: Trouble compile nawk Message-ID: <2038@umbc3.UMBC.EDU> Date: 13 May 89 13:54:34 GMT References: <1001@mtuxj.att.com> Reply-To: mark@umbc3.umbc.edu.UMBC.EDU (Mark Sienkiewicz) Distribution: na Organization: University of Maryland, Baltimore County Lines: 11 In article <1001@mtuxj.att.com> btwomey@mtuxj.att.com (W.TWOMEY) writes: >I'm trying to compile nawk on a unix-pc, 3.5. The compiler is dieing > ... > cc -g -c tran.c > *** Error code 1 > "tran.c", line 269: compiler error: cfix trouble There are bugs in the stock c compiler that show up when you compile with -g. Try not using that flag. (If you know that nawk works, you should use -O instead :)