This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Insight build error


On Wed, 2004-12-08 at 07:14, Backhaus Willy wrote:
> ok.. I used --disable-nls, but now I got another error:
> undefined reference to `_f_parse'
> undefined reference to `_java_parse'
> undefined reference to `_java_error'
> undefined reference to `_c_error'
> undefined reference to `_pascal_parse'
[and a bunch more]

These are all language functions that come from yacc files. Did the C
files get generated on your machine? ["ls *-exp.c" in your gdb build
directory.]

If not, make sure that yacc is available and working.

If they did get generated, please ask on the gdb list for more help.

Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]