Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!mit-eddie!uw-beaver!sumax!quick!srg From: srg@quick.COM (Spencer Garrett) Newsgroups: gnu.gcc.bug Subject: Re: gcc 1.36 on DECstation (3rd post) Keywords: DEC gcc 1.36 pmax Message-ID: <6682@quick.COM> Date: 11 Oct 89 08:29:00 GMT References: <5784@fsg.UUCP> Distribution: usa Organization: Quicksilver Engineering, Seattle Lines: 11 In article <5784@fsg.UUCP>, treed@fsg.UUCP (Timothy Reed) writes: > I can't compile gcc 1.36 on a pmax running Ultrix 3.1. Compilation > dies at tree.c - the compiler fails on va_dcl at line 1182 with a > snytax error. The gcc.diff-1.35-1.36 script truncates varargs.h, but does not delete it. Since the default -I search order includes ".", this file is found instead of the system varargs.h, and va_dcl and friends remain undefined. The fix is to remove the empty varargs.h.