Date: Mon, 20 Mar 2000 09:42:33 +0100 From: Laszlo Molnar To: djgpp-workers AT delorie DOT com Subject: Re: deadly combination of input files Message-ID: <20000320094233.H963@libra.eth.ericsson.se> References: <200003191615 DOT RAA22474 AT father DOT ludd DOT luth DOT se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <200003191615.RAA22474@father.ludd.luth.se>; from Martin Str|mberg on Sun, Mar 19, 2000 at 05:15:33PM +0100 Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, Mar 19, 2000 at 05:15:33PM +0100, Martin Str|mberg wrote: > > > while trying to build perl 5.6 release candidate 2, I was hit by the > > > following problem: > > > > > > ---8<--- > > > #include > > > #include > > > > > > /* try to compile this */ > > Can you tell what is wrong in this combination? > This?: > gcc -Wall c.c -c > In file included from c.c:2: > f:/djgpp/include/math.h:148: parse error before `long' > f:/djgpp/include/math.h:149: parse error before `long' > f:/djgpp/include/math.h:150: parse error before `long' Yes, this is what I mean. Sorry for omitting the error message. Laszlo