help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `yyparse' is multiply-defined


From: Anthony DeRobertis
Subject: Re: `yyparse' is multiply-defined
Date: 14 Oct 2002 05:34:04 -0400

On Mon, 2002-10-14 at 02:58, Pratima Nallapaneni wrote:

> >ld: fatal: symbol `yyparse' is multiply-defined:
> >        (file /var/tmp/ccIzEzwl.o and file xquery.hand_written.o);

That's the linker telling you that you used the same function name
twice. yyparse is used by bison; did you also use it for something else?
Or are you doing something wrong with includes, like including the bison
.c file?

If you can't find it, use the C pre-processor on each source file, and
then grep for yyparse.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]