This is the mail archive of the insight@sourceware.org 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: FW: Can't build Insight with Cygwin


Peter Rockett wrote:

Can anybody confirm that they have definitely built Insight 6.4 with the
latest cygwin tools (gcc v3.4.4)?

In case it gets lost, I have definitely built Cygwin native on Win2k using latest (this AM) cygwin & gcc (using the patches mentioned earlier. Now onto your other problem...


undefined reference to `_cp_demangled_name_to_comp'
undefined reference to `_cp_comp_to_string'

Both are from cp-names.y and declared in cp-support.h.


undefined reference to `_objc_parse'
undefined reference to `_objc_error'
> undefined reference to `_c_error'

All from in c-exp.y and declared in objc_lang.h and c_lang.h.

undefined reference to `_ada_parse'

From ada-exp.y and ada-lang.h.


Do you have yacc or bison installed? Do the files BUILDDIR/gdb/{ada,c,cp,jv}-exp.c exist? Are build errors around this? [Try removing those C files from the build dir and then make again.]

Keith


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