help-bison
[Top][All Lists]
Advanced

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

seeking help re. undefined reference to `rpl_fprintf' in yyerror


From: thiru ramakrishnan
Subject: seeking help re. undefined reference to `rpl_fprintf' in yyerror
Date: Thu, 03 Nov 2011 12:15:29 +0530
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hello,

I just started using Bison 2.5 (on Ubuntu 9.04 - the Jaunty Jackalope).

I get the error referred to above. I've looked in help-bison Archives and also searched on the Web for rpl_fprintf but don't find any info.

Here is the relevant portion of the gcc output:

--------
gcc -DYYDEBUG=1    -c -o lex.yy.o lex.yy.c
gcc -DYYDEBUG=1 -o try try.tab.o lex.yy.o -L/usr/local/bison/lib -L/usr/local/flex/lib -ly -lfl -lm
/usr/local/bison/lib/liby.a(yyerror.o): In function `yyerror':
/home/ramki/bison-2.5/lib/yyerror.c:27: undefined reference to `rpl_fprintf'
collect2: ld returned 1 exit status
--------

Any idea which library would have this binary?

Thank you.

Ramki



reply via email to

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