bug-gdb
[Top][All Lists]
Advanced

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

Unable to compile insight because of gdb errors


From: Laurent Duperval
Subject: Unable to compile insight because of gdb errors
Date: Fri, 19 Jan 2001 16:07:52 -0500 (EST)

I got the latests source code from CVS for insight. When I try to compile,
it fails in the gdb directory. ANy pointers to the problem are appreciated.

rm -f libgdb.a
ar q libgdb.a version.o blockframe.o breakpoint.o findvar.o regcache.o source.o 
values.o eval.o valops.o valarith.o valprint.o printcmd.o symtab.o symfile.o 
symmisc.o linespec.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o 
event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o 
gdbtypes.o copying.o i386-tdep.o i386-linux-tdep.o i387-tdep.o solib.o 
solib-svr4.o   ser-unix.o ser-pipe.o ser-tcp.o infptrace.o inftarg.o 
fork-child.o corelow.o core-aout.o i386v-nat.o i386-linux-nat.o i387-nat.o 
proc-service.o thread-db.o lin-lwp.o remote.o dcache.o remote-utils.o 
tracepoint.o ax-general.o ax-gdb.o   mem-break.o target.o parse.o language.o 
c-exp.tab.o jv-exp.tab.o f-exp.tab.o m2-exp.tab.o p-exp.tab.o buildsym.o kod.o 
kod-cisco.o gdb-events.o exec.o bcache.o objfiles.o minsyms.o maint.o 
demangle.o dbxread.o coffread.o elfread.o dwarfread.o dwarf2read.o mipsread.o 
stabsread.o corefile.o c-lang.o ch-exp.o ch-lang.o f-lang.o ui-out.o cli-out.o 
varobj.o wrapper.o!
 jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o p-lang.o p-typeprint.o 
p-valprint.o scm-exp.o scm-lang.o scm-valprint.o complaints.o typeprint.o 
c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o c-valprint.o 
cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o nlmread.o serial.o 
mdebugread.o os9kread.o top.o utils.o ui-file.o tui-file.o annotate.o inflow.o 
gnu-regex.o    init.o
ranlib libgdb.a
rm -f gdb
gcc -mpentiumpro -O2         -o gdb \
main.o libgdb.a gdbtk.o gdbtk-cmds.o gdbtk-hooks.o gdbtk-varobj.o 
gdbtk-wrapper.o    ../bfd/libbfd.a ../readline/libreadline.a 
../opcodes/libopcodes.a  ../libiberty/libiberty.a -lncurses    
../libgui/src/libgui.a 
-L/usr/local/soft/insight-5.0/src/default/i686_pc_linux_gnu/src/itcl/itcl/unix 
-litcl3.0 
-L/usr/local/soft/insight-5.0/src/default/i686_pc_linux_gnu/src/itcl/itk/unix 
-litk3.0 
-L/usr/local/soft/insight-5.0/src/default/i686_pc_linux_gnu/src/tix/unix/tk8.0 
-ltix4.1.8.0 
-L/usr/local/soft/insight-5.0/src/default/i686_pc_linux_gnu/src/tk/unix -ltk8.0 
-L/usr/local/soft/insight-5.0/src/default/i686_pc_linux_gnu/src/tcl/unix 
-ltcl8.0   -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm -lm  
../libiberty/libiberty.a \
-ldl -rdynamic
main.o: In function `captured_command_loop':
main.o(.text+0x3d): undefined reference to `quit_command'
main.o: In function `captured_main':
main.o(.text+0x73a): undefined reference to `source_command'
main.o(.text+0x7aa): undefined reference to `cd_command'
main.o(.text+0x9c9): undefined reference to `source_command'
main.o(.text+0x9fc): undefined reference to `source_command'
libgdb.a(source.o): In function `_initialize_source':
source.o(.text+0x21db): undefined reference to `cmdlist'
source.o(.text+0x21f1): undefined reference to `add_cmd'
source.o(.text+0x2212): undefined reference to `add_com_alias'
source.o(.text+0x2224): undefined reference to `showlist'
source.o(.text+0x223a): undefined reference to `add_cmd'
source.o(.text+0x2259): undefined reference to `add_com_alias'
source.o(.text+0x2261): undefined reference to `cmdlist'
source.o(.text+0x2277): undefined reference to `add_cmd'
source.o(.text+0x2291): undefined reference to `add_info'
source.o(.text+0x22b8): undefined reference to `add_info'
source.o(.text+0x22d1): undefined reference to `add_com'
source.o(.text+0x22e4): undefined reference to `add_com_alias'
source.o(.text+0x22fd): undefined reference to `add_com'
source.o(.text+0x231c): undefined reference to `add_com_alias'
source.o(.text+0x232f): undefined reference to `add_com_alias'
source.o(.text+0x2358): undefined reference to `add_com'
source.o(.text+0x2387): undefined reference to `add_com_alias'
source.o(.text+0x23a6): undefined reference to `add_com_alias'
source.o(.text+0x23b1): undefined reference to `showlist'
source.o(.text+0x23b9): undefined reference to `setlist'
source.o(.text+0x23d1): undefined reference to `add_set_cmd'
source.o(.text+0x23da): undefined reference to `add_show_from_set'
libgdb.a(values.o): In function `_initialize_values':
values.o(.text+0x1a6e): undefined reference to `showlist'
values.o(.text+0x1a84): undefined reference to `add_cmd'
values.o(.text+0x1a8f): undefined reference to `showlist'
values.o(.text+0x1aa5): undefined reference to `add_cmd'
libgdb.a(valops.o): In function `_initialize_valops':
valops.o(.text+0x48aa): undefined reference to `showlist'
valops.o(.text+0x48b2): undefined reference to `setlist'
valops.o(.text+0x48ca): undefined reference to `add_set_cmd'
valops.o(.text+0x48d3): undefined reference to `add_show_from_set'
valops.o(.text+0x48e5): undefined reference to `showlist'
valops.o(.text+0x48ed): undefined reference to `setlist'
valops.o(.text+0x4905): undefined reference to `add_set_cmd'
valops.o(.text+0x490e): undefined reference to `add_show_from_set'
libgdb.a(valprint.o): In function `set_print':
valprint.o(.text+0x1055): undefined reference to `setprintlist'
valprint.o(.text+0x105b): undefined reference to `help_list'
libgdb.a(valprint.o): In function `show_print':
valprint.o(.text+0x1077): undefined reference to `showprintlist'
valprint.o(.text+0x107d): undefined reference to `cmd_show_list'
libgdb.a(valprint.o): In function `_initialize_valprint':
valprint.o(.text+0x1090): undefined reference to `setlist'
valprint.o(.text+0x109c): undefined reference to `setprintlist'
valprint.o(.text+0x10b2): undefined reference to `add_prefix_cmd'
valprint.o(.text+0x10bd): undefined reference to `setlist'
valprint.o(.text+0x10d0): undefined reference to `add_alias_cmd'
valprint.o(.text+0x10db): undefined reference to `setlist'
valprint.o(.text+0x10ee): undefined reference to `add_alias_cmd'
valprint.o(.text+0x10f6): undefined reference to `showlist'
valprint.o(.text+0x1102): undefined reference to `showprintlist'
valprint.o(.text+0x1118): undefined reference to `add_prefix_cmd'
valprint.o(.text+0x1123): undefined reference to `showlist'
valprint.o(.text+0x1136): undefined reference to `add_alias_cmd'
valprint.o(.text+0x1141): undefined reference to `showlist'
valprint.o(.text+0x1154): undefined reference to `add_alias_cmd'
valprint.o(.text+0x115f): undefined reference to `showprintlist'
valprint.o(.text+0x1167): undefined reference to `setprintlist'
valprint.o(.text+0x117f): undefined reference to `add_set_cmd'
valprint.o(.text+0x1188): undefined reference to `add_show_from_set'
valprint.o(.text+0x1190): undefined reference to `showprintlist'
valprint.o(.text+0x1198): undefined reference to `setprintlist'
valprint.o(.text+0x11b0): undefined reference to `add_set_cmd'
valprint.o(.text+0x11b9): undefined reference to `add_show_from_set'
valprint.o(.text+0x11c4): undefined reference to `showprintlist'
valprint.o(.text+0x11cc): undefined reference to `setprintlist'
valprint.o(.text+0x11e4): undefined reference to `add_set_cmd'
valprint.o(.text+0x11ed): undefined reference to `add_show_from_set'
valprint.o(.text+0x11f5): undefined reference to `showprintlist'
valprint.o(.text+0x11fd): undefined reference to `setprintlist'
valprint.o(.text+0x1215): undefined reference to `add_set_cmd'
valprint.o(.text+0x121e): undefined reference to `add_show_from_set'
valprint.o(.text+0x1229): undefined reference to `showprintlist'
valprint.o(.text+0x1231): undefined reference to `setprintlist'
valprint.o(.text+0x1249): undefined reference to `add_set_cmd'
valprint.o(.text+0x1252): undefined reference to `add_show_from_set'
valprint.o(.text+0x125a): undefined reference to `showprintlist'
valprint.o(.text+0x1262): undefined reference to `setprintlist'
valprint.o(.text+0x127a): undefined reference to `add_set_cmd'
valprint.o(.text+0x1283): undefined reference to `add_show_from_set'
valprint.o(.text+0x128e): undefined reference to `showprintlist'
valprint.o(.text+0x1296): undefined reference to `setprintlist'
valprint.o(.text+0x12ae): undefined reference to `add_set_cmd'
valprint.o(.text+0x12b7): undefined reference to `add_show_from_set'
valprint.o(.text+0x12bf): undefined reference to `setlist'
valprint.o(.text+0x12d7): undefined reference to `add_set_cmd'
valprint.o(.text+0x12e4): undefined reference to `showlist'
valprint.o(.text+0x12ea): undefined reference to `add_show_from_set'
valprint.o(.text+0x12f9): undefined reference to `setlist'
valprint.o(.text+0x1311): undefined reference to `add_set_cmd'
valprint.o(.text+0x131e): undefined reference to `showlist'
valprint.o(.text+0x1324): undefined reference to `add_show_from_set'
valprint.o(.text+0x1333): undefined reference to `setlist'
valprint.o(.text+0x1349): undefined reference to `add_cmd'
valprint.o(.text+0x1354): undefined reference to `showlist'
valprint.o(.text+0x136a): undefined reference to `add_cmd'
libgdb.a(printcmd.o): In function `sym_info':
printcmd.o(.text+0x117b): undefined reference to `error_no_arg'
libgdb.a(printcmd.o): In function `printf_command':
printcmd.o(.text+0x263b): undefined reference to `error_no_arg'
libgdb.a(printcmd.o): In function `_initialize_printcmd':
printcmd.o(.text+0x2dd7): undefined reference to `add_info'
printcmd.o(.text+0x2dee): undefined reference to `add_info'
printcmd.o(.text+0x2e17): undefined reference to `add_com'
printcmd.o(.text+0x2e30): undefined reference to `add_com'
printcmd.o(.text+0x2e4f): undefined reference to `add_com_alias'
printcmd.o(.text+0x2e69): undefined reference to `add_info'
printcmd.o(.text+0x2e71): undefined reference to `cmdlist'
printcmd.o(.text+0x2e87): undefined reference to `add_cmd'
printcmd.o(.text+0x2ea0): undefined reference to `add_com'
printcmd.o(.text+0x2ea8): undefined reference to `enablelist'
printcmd.o(.text+0x2ebe): undefined reference to `add_cmd'
printcmd.o(.text+0x2ec9): undefined reference to `disablelist'
printcmd.o(.text+0x2edf): undefined reference to `add_cmd'
printcmd.o(.text+0x2eea): undefined reference to `deletelist'
printcmd.o(.text+0x2f00): undefined reference to `add_cmd'
printcmd.o(.text+0x2f19): undefined reference to `add_com'
printcmd.o(.text+0x2f2f): undefined reference to `add_com'
printcmd.o(.text+0x2f37): undefined reference to `cmdlist'
printcmd.o(.text+0x2f43): undefined reference to `setlist'
printcmd.o(.text+0x2f6c): undefined reference to `add_prefix_cmd'
printcmd.o(.text+0x2f9e): undefined reference to `add_com'
printcmd.o(.text+0x2fb7): undefined reference to `add_com'
printcmd.o(.text+0x2fbf): undefined reference to `setlist'
printcmd.o(.text+0x2fd5): undefined reference to `add_cmd'
printcmd.o(.text+0x3008): undefined reference to `add_com'
printcmd.o(.text+0x301e): undefined reference to `add_com_alias'
printcmd.o(.text+0x3034): undefined reference to `add_com'
printcmd.o(.text+0x303f): undefined reference to `showprintlist'
printcmd.o(.text+0x3047): undefined reference to `setprintlist'
printcmd.o(.text+0x305f): undefined reference to `add_set_cmd'
printcmd.o(.text+0x3068): undefined reference to `add_show_from_set'
printcmd.o(.text+0x3070): undefined reference to `showprintlist'
printcmd.o(.text+0x3078): undefined reference to `setprintlist'
printcmd.o(.text+0x3090): undefined reference to `add_set_cmd'
printcmd.o(.text+0x3099): undefined reference to `add_show_from_set'
libgdb.a(symtab.o): In function `_initialize_symtab':
symtab.o(.text+0x3f4d): undefined reference to `add_info'
symtab.o(.text+0x3f6f): undefined reference to `add_com'
symtab.o(.text+0x3f89): undefined reference to `add_info'
symtab.o(.text+0x3fa0): undefined reference to `add_info'
symtab.o(.text+0x3fba): undefined reference to `add_info'
symtab.o(.text+0x3fd0): undefined reference to `add_com'
symtab.o(.text+0x3ff2): undefined reference to `add_com'
symtab.o(.text+0x4008): undefined reference to `add_com'
libgdb.a(symfile.o): In function `overlay_command':
symfile.o(.text+0x3283): undefined reference to `help_list'
libgdb.a(symfile.o): In function `_initialize_symfile':
symfile.o(.text+0x358e): undefined reference to `cmdlist'
symfile.o(.text+0x35a4): undefined reference to `add_cmd'
symfile.o(.text+0x35b6): undefined reference to `cmdlist'
symfile.o(.text+0x35cc): undefined reference to `add_cmd'
symfile.o(.text+0x35de): undefined reference to `cmdlist'
symfile.o(.text+0x35f4): undefined reference to `add_cmd'
symfile.o(.text+0x35ff): undefined reference to `cmdlist'
symfile.o(.text+0x3612): undefined reference to `add_alias_cmd'
symfile.o(.text+0x361d): undefined reference to `cmdlist'
symfile.o(.text+0x3633): undefined reference to `add_cmd'
symfile.o(.text+0x3645): undefined reference to `showlist'
symfile.o(.text+0x364d): undefined reference to `setlist'
symfile.o(.text+0x3665): undefined reference to `add_set_cmd'
symfile.o(.text+0x366e): undefined reference to `add_show_from_set'
symfile.o(.text+0x3673): undefined reference to `cmdlist'
symfile.o(.text+0x3695): undefined reference to `add_prefix_cmd'
symfile.o(.text+0x36ab): undefined reference to `add_com_alias'
symfile.o(.text+0x36be): undefined reference to `add_com_alias'
symfile.o(.text+0x36df): undefined reference to `add_cmd'
symfile.o(.text+0x3700): undefined reference to `add_cmd'
symfile.o(.text+0x3721): undefined reference to `add_cmd'
symfile.o(.text+0x3742): undefined reference to `add_cmd'
symfile.o(.text+0x3763): undefined reference to `add_cmd'
libgdb.a(symfile.o)(.text+0x3784): more undefined references to `add_cmd' follow
libgdb.a(symfile.o): In function `_initialize_symfile':
symfile.o(.text+0x37b5): undefined reference to `setlist'
symfile.o(.text+0x37cd): undefined reference to `add_set_cmd'
symfile.o(.text+0x37ee): undefined reference to `add_info'
symfile.o(.text+0x37f6): undefined reference to `showlist'
symfile.o(.text+0x37fe): undefined reference to `setlist'
symfile.o(.text+0x3816): undefined reference to `add_set_cmd'
symfile.o(.text+0x381f): undefined reference to `add_show_from_set'
libgdb.a(linespec.o): In function `decode_line_2':
linespec.o(.text+0x740): undefined reference to `error_no_arg'
libgdb.a(infcmd.o): In function `tty_command':
infcmd.o(.text+0xf2): undefined reference to `error_no_arg'
libgdb.a(infcmd.o): In function `jump_command':
infcmd.o(.text+0x9ff): undefined reference to `error_no_arg'
libgdb.a(infcmd.o): In function `signal_command':
infcmd.o(.text+0xc33): undefined reference to `error_no_arg'
libgdb.a(infcmd.o): In function `set_environment_command':
infcmd.o(.text+0x1694): undefined reference to `error_no_arg'
libgdb.a(infcmd.o)(.text+0x16f3): more undefined references to `error_no_arg' 
follow
libgdb.a(infcmd.o): In function `unset_command':
infcmd.o(.text+0x20c9): undefined reference to `unsetlist'
infcmd.o(.text+0x20cf): undefined reference to `help_list'
libgdb.a(infcmd.o): In function `_initialize_infcmd':
infcmd.o(.text+0x20f0): undefined reference to `add_com'
infcmd.o(.text+0x20f8): undefined reference to `showlist'
infcmd.o(.text+0x2100): undefined reference to `setlist'
infcmd.o(.text+0x2118): undefined reference to `add_set_cmd'
infcmd.o(.text+0x2121): undefined reference to `add_show_from_set'
infcmd.o(.text+0x212c): undefined reference to `showlist'
infcmd.o(.text+0x2142): undefined reference to `add_cmd'
infcmd.o(.text+0x2151): undefined reference to `cmdlist'
infcmd.o(.text+0x215d): undefined reference to `unsetlist'
infcmd.o(.text+0x2173): undefined reference to `add_prefix_cmd'
infcmd.o(.text+0x217e): undefined reference to `unsetlist'
infcmd.o(.text+0x2194): undefined reference to `add_cmd'
infcmd.o(.text+0x21a6): undefined reference to `setlist'
infcmd.o(.text+0x21bc): undefined reference to `add_cmd'
infcmd.o(.text+0x21dc): undefined reference to `add_com'
infcmd.o(.text+0x21e4): undefined reference to `showlist'
infcmd.o(.text+0x21fa): undefined reference to `add_cmd'
infcmd.o(.text+0x221a): undefined reference to `add_com'
infcmd.o(.text+0x2230): undefined reference to `add_com'
infcmd.o(.text+0x2249): undefined reference to `add_com'
infcmd.o(.text+0x225f): undefined reference to `add_com'
infcmd.o(.text+0x2275): undefined reference to `add_com_alias'
infcmd.o(.text+0x228b): undefined reference to `add_com'
infcmd.o(.text+0x22a1): undefined reference to `add_com_alias'
infcmd.o(.text+0x22b7): undefined reference to `add_com'
infcmd.o(.text+0x22d0): undefined reference to `add_com'
infcmd.o(.text+0x22e3): undefined reference to `add_com_alias'
infcmd.o(.text+0x2302): undefined reference to `add_com_alias'
infcmd.o(.text+0x231b): undefined reference to `add_com'
infcmd.o(.text+0x232e): undefined reference to `add_com_alias'
infcmd.o(.text+0x2347): undefined reference to `add_com'
infcmd.o(.text+0x235a): undefined reference to `add_com_alias'
infcmd.o(.text+0x2373): undefined reference to `add_com'
infcmd.o(.text+0x2395): undefined reference to `add_com'
infcmd.o(.text+0x23b4): undefined reference to `add_com_alias'
infcmd.o(.text+0x23cd): undefined reference to `add_com'
infcmd.o(.text+0x23e0): undefined reference to `add_com_alias'
infcmd.o(.text+0x23f6): undefined reference to `add_com_alias'
infcmd.o(.text+0x240c): undefined reference to `add_com'
infcmd.o(.text+0x2422): undefined reference to `add_com_alias'
infcmd.o(.text+0x2444): undefined reference to `add_com'
infcmd.o(.text+0x245d): undefined reference to `add_com'
infcmd.o(.text+0x2474): undefined reference to `add_info'
infcmd.o(.text+0x248b): undefined reference to `add_info_alias'
infcmd.o(.text+0x24ad): undefined reference to `add_com'
infcmd.o(.text+0x24c7): undefined reference to `add_info'
infcmd.o(.text+0x24de): undefined reference to `add_info'
infcmd.o(.text+0x24f8): undefined reference to `add_info'
libgdb.a(infrun.o): In function `hook_stop_stub':
infrun.o(.text+0x2734): undefined reference to `execute_user_command'
libgdb.a(infrun.o): In function `handle_command':
infrun.o(.text+0x2921): undefined reference to `error_no_arg'
libgdb.a(infrun.o): In function `_initialize_infrun':
infrun.o(.text+0x3507): undefined reference to `add_info'
infrun.o(.text+0x351b): undefined reference to `add_info_alias'
infrun.o(.text+0x3544): undefined reference to `add_com'
infrun.o(.text+0x3566): undefined reference to `add_com'
infrun.o(.text+0x358c): undefined reference to `add_com'
infrun.o(.text+0x35a0): undefined reference to `cmdlist'
infrun.o(.text+0x35aa): undefined reference to `not_just_help_class_command'
infrun.o(.text+0x35b6): undefined reference to `add_cmd'
infrun.o(.text+0x36f4): undefined reference to `showlist'
infrun.o(.text+0x36fc): undefined reference to `setlist'
infrun.o(.text+0x3714): undefined reference to `add_set_cmd'
infrun.o(.text+0x371d): undefined reference to `add_show_from_set'
infrun.o(.text+0x3725): undefined reference to `setlist'
infrun.o(.text+0x3740): undefined reference to `add_set_enum_cmd'
infrun.o(.text+0x374b): undefined reference to `showlist'
infrun.o(.text+0x3751): undefined reference to `add_show_from_set'
infrun.o(.text+0x3759): undefined reference to `setlist'
infrun.o(.text+0x3774): undefined reference to `add_set_enum_cmd'
infrun.o(.text+0x3786): undefined reference to `showlist'
infrun.o(.text+0x378c): undefined reference to `add_show_from_set'
infrun.o(.text+0x3794): undefined reference to `setlist'
infrun.o(.text+0x37ac): undefined reference to `add_set_cmd'
infrun.o(.text+0x37b7): undefined reference to `showlist'
infrun.o(.text+0x37bd): undefined reference to `add_show_from_set'
libgdb.a(stack.o): In function `_initialize_stack':
stack.o(.text+0x2320): undefined reference to `add_com'
stack.o(.text+0x2336): undefined reference to `add_com'
stack.o(.text+0x234f): undefined reference to `add_com'
stack.o(.text+0x2365): undefined reference to `add_com'
stack.o(.text+0x237b): undefined reference to `add_com_alias'
stack.o(.text+0x238e): undefined reference to `add_com_alias'
stack.o(.text+0x23a7): undefined reference to `add_com'
stack.o(.text+0x23bd): undefined reference to `add_com'
stack.o(.text+0x23d3): undefined reference to `add_com_alias'
stack.o(.text+0x23f5): undefined reference to `add_com'
stack.o(.text+0x2408): undefined reference to `add_com_alias'
stack.o(.text+0x2421): undefined reference to `add_com'
stack.o(.text+0x2437): undefined reference to `add_com'
stack.o(.text+0x244d): undefined reference to `add_com_alias'
stack.o(.text+0x246c): undefined reference to `add_com_alias'
stack.o(.text+0x2482): undefined reference to `add_com'
stack.o(.text+0x2498): undefined reference to `add_com_alias'
stack.o(.text+0x24af): undefined reference to `add_info'
stack.o(.text+0x24c6): undefined reference to `add_info_alias'
stack.o(.text+0x24dd): undefined reference to `add_info'
stack.o(.text+0x24f4): undefined reference to `add_info_alias'
stack.o(.text+0x250b): undefined reference to `add_info'
stack.o(.text+0x2525): undefined reference to `add_info'
stack.o(.text+0x2547): undefined reference to `add_com'
stack.o(.text+0x2569): undefined reference to `add_com'
stack.o(.text+0x2583): undefined reference to `add_info'
libgdb.a(thread.o): In function `_initialize_thread':
thread.o(.text+0xbc9): undefined reference to `add_info'
thread.o(.text+0xbce): undefined reference to `cmdlist'
thread.o(.text+0xbf0): undefined reference to `add_prefix_cmd'
thread.o(.text+0xc1a): undefined reference to `add_prefix_cmd'
thread.o(.text+0xc3b): undefined reference to `add_cmd'
thread.o(.text+0xc5a): undefined reference to `add_com_alias'
libgdb.a(event-top.o): In function `stdin_event_handler':
event-top.o(.text+0x80f): undefined reference to `quit_command'
libgdb.a(event-top.o): In function `command_handler':
event-top.o(.text+0x903): undefined reference to `quit_command'
libgdb.a(completer.o): In function `line_completion_function':
completer.o(.text+0x307): undefined reference to `cmdlist'
completer.o(.text+0x311): undefined reference to `lookup_cmd_1'
completer.o(.text+0x3b9): undefined reference to `cmdlist'
completer.o(.text+0x3bf): undefined reference to `complete_on_cmdlist'
completer.o(.text+0x3fe): undefined reference to `complete_on_cmdlist'
completer.o(.text+0x426): undefined reference to `complete_on_enum'
completer.o(.text+0x47a): undefined reference to `complete_on_cmdlist'
completer.o(.text+0x4b9): undefined reference to `complete_on_enum'
libgdb.a(gdbarch.o): In function `_initialize_gdbarch':
gdbarch.o(.text+0x406a): undefined reference to `showdebuglist'
gdbarch.o(.text+0x4072): undefined reference to `setdebuglist'
gdbarch.o(.text+0x408a): undefined reference to `add_set_cmd'
gdbarch.o(.text+0x4093): undefined reference to `add_show_from_set'
gdbarch.o(.text+0x409b): undefined reference to `setlist'
gdbarch.o(.text+0x40b3): undefined reference to `add_set_cmd'
gdbarch.o(.text+0x40c6): undefined reference to `deprecate_cmd'
gdbarch.o(.text+0x40d6): undefined reference to `showlist'
gdbarch.o(.text+0x40dc): undefined reference to `add_show_from_set'
gdbarch.o(.text+0x40e5): undefined reference to `deprecate_cmd'
libgdb.a(arch-utils.o): In function `initialize_current_architecture':
arch-utils.o(.text+0x5b9): undefined reference to `setlist'
arch-utils.o(.text+0x5d0): undefined reference to `add_set_enum_cmd'
arch-utils.o(.text+0x5e2): undefined reference to `setlist'
arch-utils.o(.text+0x5f5): undefined reference to `add_alias_cmd'
arch-utils.o(.text+0x600): undefined reference to `showlist'
arch-utils.o(.text+0x616): undefined reference to `add_cmd'
arch-utils.o(.text+0x621): undefined reference to `infolist'
arch-utils.o(.text+0x637): undefined reference to `add_cmd'
arch-utils.o(.text+0x648): undefined reference to `deprecate_cmd'
libgdb.a(arch-utils.o): In function `_initialize_gdbarch_utils':
arch-utils.o(.text+0x662): undefined reference to `setlist'
arch-utils.o(.text+0x67d): undefined reference to `add_set_enum_cmd'
arch-utils.o(.text+0x68f): undefined reference to `showlist'
arch-utils.o(.text+0x6a5): undefined reference to `add_cmd'
libgdb.a(gdbtypes.o): In function `build_gdbtypes':
gdbtypes.o(.text+0x353c): undefined reference to `showlist'
gdbtypes.o(.text+0x3544): undefined reference to `setlist'
gdbtypes.o(.text+0x355c): undefined reference to `add_set_cmd'
gdbtypes.o(.text+0x3565): undefined reference to `add_show_from_set'
libgdb.a(gdbtypes.o): In function `_initialize_gdbtypes':
gdbtypes.o(.text+0x3901): undefined reference to `showdebuglist'
gdbtypes.o(.text+0x3909): undefined reference to `setdebuglist'
gdbtypes.o(.text+0x3921): undefined reference to `add_set_cmd'
gdbtypes.o(.text+0x392a): undefined reference to `add_show_from_set'
libgdb.a(i386-tdep.o): In function `_initialize_i386_tdep':
i386-tdep.o(.text+0x1023): undefined reference to `setlist'
i386-tdep.o(.text+0x103e): undefined reference to `add_set_enum_cmd'
i386-tdep.o(.text+0x1050): undefined reference to `showlist'
i386-tdep.o(.text+0x1056): undefined reference to `add_show_from_set'
libgdb.a(solib.o): In function `_initialize_solib':
solib.o(.text+0xb10): undefined reference to `add_com'
solib.o(.text+0xb27): undefined reference to `add_info'
solib.o(.text+0xb32): undefined reference to `showlist'
solib.o(.text+0xb3a): undefined reference to `setlist'
solib.o(.text+0xb52): undefined reference to `add_set_cmd'
solib.o(.text+0xb5b): undefined reference to `add_show_from_set'
solib.o(.text+0xb63): undefined reference to `showlist'
solib.o(.text+0xb6b): undefined reference to `setlist'
solib.o(.text+0xb83): undefined reference to `add_set_cmd'
solib.o(.text+0xb8c): undefined reference to `add_show_from_set'
solib.o(.text+0xb97): undefined reference to `showlist'
solib.o(.text+0xb9f): undefined reference to `setlist'
solib.o(.text+0xbb7): undefined reference to `add_set_cmd'
solib.o(.text+0xbc0): undefined reference to `add_show_from_set'
libgdb.a(remote.o): In function `add_packet_config_cmd':
remote.o(.text+0x3dc): undefined reference to `add_set_auto_boolean_cmd'
remote.o(.text+0x3ff): undefined reference to `add_cmd'
remote.o(.text+0x432): undefined reference to `add_alias_cmd'
remote.o(.text+0x44d): undefined reference to `add_alias_cmd'
libgdb.a(remote.o): In function `_initialize_remote':
remote.o(.text+0x61d2): undefined reference to `setlist'
remote.o(.text+0x61f4): undefined reference to `add_prefix_cmd'
remote.o(.text+0x61fc): undefined reference to `showlist'
remote.o(.text+0x621e): undefined reference to `add_prefix_cmd'
remote.o(.text+0x6229): undefined reference to `cmdlist'
remote.o(.text+0x623f): undefined reference to `add_cmd'
remote.o(.text+0x624a): undefined reference to `maintenancelist'
remote.o(.text+0x6260): undefined reference to `add_cmd'
remote.o(.text+0x626b): undefined reference to `showlist'
remote.o(.text+0x6273): undefined reference to `setlist'
remote.o(.text+0x628b): undefined reference to `add_set_cmd'
remote.o(.text+0x6294): undefined reference to `add_show_from_set'
remote.o(.text+0x629c): undefined reference to `setlist'
remote.o(.text+0x62b2): undefined reference to `add_cmd'
remote.o(.text+0x62bd): undefined reference to `showlist'
remote.o(.text+0x62d3): undefined reference to `add_cmd'
remote.o(.text+0x62f4): undefined reference to `add_cmd'
remote.o(.text+0x6315): undefined reference to `add_cmd'
remote.o(.text+0x6336): undefined reference to `add_cmd'
remote.o(.text+0x6357): undefined reference to `add_cmd'
remote.o(.text+0x6362): undefined reference to `showlist'
remote.o(.text+0x636a): undefined reference to `setlist'
remote.o(.text+0x6382): undefined reference to `add_set_cmd'
remote.o(.text+0x638b): undefined reference to `add_show_from_set'
remote.o(.text+0x63cf): undefined reference to `add_info'
remote.o(.text+0x64fb): undefined reference to `add_set_auto_boolean_cmd'
remote.o(.text+0x6523): undefined reference to `add_cmd'
libgdb.a(dcache.o): In function `_initialize_dcache':
dcache.o(.text+0x5ea): undefined reference to `showlist'
dcache.o(.text+0x5f2): undefined reference to `setlist'
dcache.o(.text+0x60a): undefined reference to `add_set_cmd'
dcache.o(.text+0x613): undefined reference to `add_show_from_set'
dcache.o(.text+0x62a): undefined reference to `add_info'
libgdb.a(target.o): In function `add_target':
target.o(.text+0x9d): undefined reference to `cmdlist'
target.o(.text+0xbf): undefined reference to `add_prefix_cmd'
target.o(.text+0xdc): undefined reference to `add_cmd'
libgdb.a(target.o): In function `initialize_targets':
target.o(.text+0x2ef1): undefined reference to `add_info'
target.o(.text+0x2f0b): undefined reference to `add_info'
target.o(.text+0x2f13): undefined reference to `showdebuglist'
target.o(.text+0x2f1b): undefined reference to `setdebuglist'
target.o(.text+0x2f33): undefined reference to `add_set_cmd'
target.o(.text+0x2f3c): undefined reference to `add_show_from_set'
target.o(.text+0x2f55): undefined reference to `add_com'
libgdb.a(parse.o): In function `parse_exp_1':
parse.o(.text+0xff9): undefined reference to `error_no_arg'
libgdb.a(parse.o): In function `_initialize_parse':
parse.o(.text+0x14c0): undefined reference to `showdebuglist'
parse.o(.text+0x14c8): undefined reference to `setdebuglist'
parse.o(.text+0x14e0): undefined reference to `add_set_cmd'
parse.o(.text+0x14e9): undefined reference to `add_show_from_set'
libgdb.a(language.o): In function `set_check':
language.o(.text+0xe35): undefined reference to `setchecklist'
language.o(.text+0xe3b): undefined reference to `help_list'
libgdb.a(language.o): In function `show_check':
language.o(.text+0xe57): undefined reference to `showchecklist'
language.o(.text+0xe5d): undefined reference to `cmd_show_list'
libgdb.a(language.o): In function `_initialize_language':
language.o(.text+0xfc7): undefined reference to `setlist'
language.o(.text+0xfdf): undefined reference to `add_set_cmd'
language.o(.text+0xfec): undefined reference to `showlist'
language.o(.text+0xff2): undefined reference to `add_show_from_set'
language.o(.text+0x1005): undefined reference to `setlist'
language.o(.text+0x1011): undefined reference to `setchecklist'
language.o(.text+0x1027): undefined reference to `add_prefix_cmd'
language.o(.text+0x1032): undefined reference to `setlist'
language.o(.text+0x1045): undefined reference to `add_alias_cmd'
language.o(.text+0x1050): undefined reference to `setlist'
language.o(.text+0x1063): undefined reference to `add_alias_cmd'
language.o(.text+0x106b): undefined reference to `showlist'
language.o(.text+0x1077): undefined reference to `showchecklist'
language.o(.text+0x108d): undefined reference to `add_prefix_cmd'
language.o(.text+0x1098): undefined reference to `showlist'
language.o(.text+0x10ab): undefined reference to `add_alias_cmd'
language.o(.text+0x10b6): undefined reference to `showlist'
language.o(.text+0x10c9): undefined reference to `add_alias_cmd'
language.o(.text+0x10d4): undefined reference to `setchecklist'
language.o(.text+0x10ec): undefined reference to `add_set_cmd'
language.o(.text+0x10f9): undefined reference to `showchecklist'
language.o(.text+0x10ff): undefined reference to `add_show_from_set'
language.o(.text+0x1115): undefined reference to `setchecklist'
language.o(.text+0x112d): undefined reference to `add_set_cmd'
language.o(.text+0x113a): undefined reference to `showchecklist'
language.o(.text+0x1140): undefined reference to `add_show_from_set'
language.o(.text+0x1156): undefined reference to `setlist'
language.o(.text+0x116e): undefined reference to `add_set_cmd'
language.o(.text+0x117b): undefined reference to `showlist'
language.o(.text+0x1181): undefined reference to `add_show_from_set'
libgdb.a(exec.o): In function `_initialize_exec':
exec.o(.text+0xb68): undefined reference to `cmdlist'
exec.o(.text+0xb7e): undefined reference to `add_cmd'
exec.o(.text+0xb90): undefined reference to `cmdlist'
exec.o(.text+0xba6): undefined reference to `add_cmd'
exec.o(.text+0xbc6): undefined reference to `add_com'
exec.o(.text+0xbce): undefined reference to `showlist'
exec.o(.text+0xbd6): undefined reference to `setlist'
exec.o(.text+0xbee): undefined reference to `add_set_cmd'
exec.o(.text+0xbf7): undefined reference to `add_show_from_set'
libgdb.a(maint.o): In function `maintenance_command':
maint.o(.text+0x21): undefined reference to `maintenancelist'
maint.o(.text+0x27): undefined reference to `help_list'
libgdb.a(maint.o): In function `maintenance_info_command':
maint.o(.text+0x189): undefined reference to `maintenanceinfolist'
maint.o(.text+0x18f): undefined reference to `help_list'
libgdb.a(maint.o): In function `maintenance_print_command':
maint.o(.text+0x4c5): undefined reference to `maintenanceprintlist'
maint.o(.text+0x4cb): undefined reference to `help_list'
libgdb.a(maint.o): In function `maintenance_do_deprecate':
maint.o(.text+0x716): undefined reference to `lookup_cmd_composition'
libgdb.a(maint.o): In function `_initialize_maint_cmds':
maint.o(.text+0x81b): undefined reference to `cmdlist'
maint.o(.text+0x827): undefined reference to `maintenancelist'
maint.o(.text+0x83d): undefined reference to `add_prefix_cmd'
maint.o(.text+0x853): undefined reference to `add_com_alias'
maint.o(.text+0x858): undefined reference to `maintenancelist'
maint.o(.text+0x864): undefined reference to `maintenanceinfolist'
maint.o(.text+0x87a): undefined reference to `add_prefix_cmd'
maint.o(.text+0x885): undefined reference to `maintenancelist'
maint.o(.text+0x898): undefined reference to `add_alias_cmd'
maint.o(.text+0x8a3): undefined reference to `maintenanceinfolist'
maint.o(.text+0x8b9): undefined reference to `add_cmd'
maint.o(.text+0x8c1): undefined reference to `maintenancelist'
maint.o(.text+0x8cd): undefined reference to `maintenanceprintlist'
maint.o(.text+0x8e3): undefined reference to `add_prefix_cmd'
maint.o(.text+0x8ee): undefined reference to `maintenancelist'
maint.o(.text+0x904): undefined reference to `add_cmd'
maint.o(.text+0x90f): undefined reference to `maintenancelist'
maint.o(.text+0x925): undefined reference to `add_cmd'
maint.o(.text+0x930): undefined reference to `maintenancelist'
maint.o(.text+0x946): undefined reference to `add_cmd'
maint.o(.text+0x951): undefined reference to `maintenancelist'
maint.o(.text+0x967): undefined reference to `add_cmd'
maint.o(.text+0x972): undefined reference to `maintenancelist'
maint.o(.text+0x988): undefined reference to `add_cmd'
maint.o(.text+0x993): undefined reference to `maintenanceprintlist'
maint.o(.text+0x9a9): undefined reference to `add_cmd'
maint.o(.text+0x9b4): undefined reference to `maintenanceprintlist'
maint.o(.text+0x9ca): undefined reference to `add_cmd'
maint.o(.text+0x9d5): undefined reference to `maintenanceprintlist'
maint.o(.text+0x9eb): undefined reference to `add_cmd'
maint.o(.text+0x9f6): undefined reference to `maintenanceprintlist'
maint.o(.text+0xa0c): undefined reference to `add_cmd'
maint.o(.text+0xa17): undefined reference to `maintenanceprintlist'
maint.o(.text+0xa2d): undefined reference to `add_cmd'
maint.o(.text+0xa38): undefined reference to `maintenanceprintlist'
maint.o(.text+0xa4e): undefined reference to `add_cmd'
maint.o(.text+0xa59): undefined reference to `maintenanceprintlist'
maint.o(.text+0xa6f): undefined reference to `add_cmd'
maint.o(.text+0xa7a): undefined reference to `maintenancelist'
maint.o(.text+0xa90): undefined reference to `add_cmd'
maint.o(.text+0xa9b): undefined reference to `maintenancelist'
maint.o(.text+0xab1): undefined reference to `add_cmd'
maint.o(.text+0xabc): undefined reference to `maintenancelist'
maint.o(.text+0xad2): undefined reference to `add_cmd'
maint.o(.text+0xadd): undefined reference to `maintenancelist'
maint.o(.text+0xaf3): undefined reference to `add_cmd'
maint.o(.text+0xafe): undefined reference to `showlist'
maint.o(.text+0xb06): undefined reference to `setlist'
maint.o(.text+0xb1e): undefined reference to `add_set_cmd'
maint.o(.text+0xb27): undefined reference to `add_show_from_set'
libgdb.a(demangle.o): In function `_initialize_demangler':
demangle.o(.text+0x267): undefined reference to `setlist'
demangle.o(.text+0x27f): undefined reference to `add_set_cmd'
demangle.o(.text+0x28c): undefined reference to `showlist'
demangle.o(.text+0x292): undefined reference to `add_show_from_set'
libgdb.a(corefile.o): In function `_initialize_core':
corefile.o(.text+0x542): undefined reference to `cmdlist'
corefile.o(.text+0x558): undefined reference to `add_cmd'
corefile.o(.text+0x56a): undefined reference to `setlist'
corefile.o(.text+0x582): undefined reference to `add_set_cmd'
corefile.o(.text+0x594): undefined reference to `showlist'
corefile.o(.text+0x59a): undefined reference to `add_show_from_set'
libgdb.a(complaints.o): In function `_initialize_complaints':
complaints.o(.text+0x222): undefined reference to `showlist'
complaints.o(.text+0x22a): undefined reference to `setlist'
complaints.o(.text+0x242): undefined reference to `add_set_cmd'
complaints.o(.text+0x24b): undefined reference to `add_show_from_set'
libgdb.a(typeprint.o): In function `_initialize_typeprint':
typeprint.o(.text+0x730): undefined reference to `add_com'
typeprint.o(.text+0x746): undefined reference to `add_com'
libgdb.a(cp-valprint.o): In function `_initialize_cp_valprint':
cp-valprint.o(.text+0x132a): undefined reference to `showprintlist'
cp-valprint.o(.text+0x1332): undefined reference to `setprintlist'
cp-valprint.o(.text+0x134a): undefined reference to `add_set_cmd'
cp-valprint.o(.text+0x1353): undefined reference to `add_show_from_set'
cp-valprint.o(.text+0x1365): undefined reference to `showprintlist'
cp-valprint.o(.text+0x136d): undefined reference to `setprintlist'
cp-valprint.o(.text+0x1385): undefined reference to `add_set_cmd'
cp-valprint.o(.text+0x138e): undefined reference to `add_show_from_set'
cp-valprint.o(.text+0x1399): undefined reference to `showprintlist'
cp-valprint.o(.text+0x13a1): undefined reference to `setprintlist'
cp-valprint.o(.text+0x13b9): undefined reference to `add_set_cmd'
cp-valprint.o(.text+0x13c2): undefined reference to `add_show_from_set'
libgdb.a(f-valprint.o): In function `_initialize_f_valprint':
f-valprint.o(.text+0xb09): undefined reference to `add_info'
f-valprint.o(.text+0xb2b): undefined reference to `add_com'
libgdb.a(serial.o): In function `_initialize_serial':
serial.o(.text+0xa8e): undefined reference to `showlist'
serial.o(.text+0xa96): undefined reference to `setlist'
serial.o(.text+0xaae): undefined reference to `add_set_cmd'
serial.o(.text+0xab7): undefined reference to `add_show_from_set'
serial.o(.text+0xabf): undefined reference to `showlist'
serial.o(.text+0xac7): undefined reference to `setlist'
serial.o(.text+0xae2): undefined reference to `add_set_enum_cmd'
serial.o(.text+0xaeb): undefined reference to `add_show_from_set'
serial.o(.text+0xaf6): undefined reference to `showdebuglist'
serial.o(.text+0xafe): undefined reference to `setdebuglist'
serial.o(.text+0xb16): undefined reference to `add_set_cmd'
serial.o(.text+0xb1f): undefined reference to `add_show_from_set'
libgdb.a(top.o): In function `quit_cover':
top.o(.text+0x268): undefined reference to `quit_command'
libgdb.a(top.o): In function `gdb_init':
top.o(.text+0x2f2): undefined reference to `init_cmd_lists'
top.o(.text+0x30b): undefined reference to `init_cli_cmds'
libgdb.a(top.o): In function `execute_command':
top.o(.text+0x400): undefined reference to `cmdlist'
top.o(.text+0x40a): undefined reference to `lookup_cmd'
top.o(.text+0x4cd): undefined reference to `is_complete_command'
top.o(.text+0x562): undefined reference to `execute_user_command'
top.o(.text+0x57e): undefined reference to `deprecated_cmd_warning'
top.o(.text+0x591): undefined reference to `execute_user_command'
top.o(.text+0x5b2): undefined reference to `do_setshow_command'
top.o(.text+0x622): undefined reference to `execute_user_command'
libgdb.a(top.o): In function `set_history':
top.o(.text+0x1bad): undefined reference to `sethistlist'
top.o(.text+0x1bb3): undefined reference to `help_list'
libgdb.a(top.o): In function `show_history':
top.o(.text+0x1bcf): undefined reference to `showhistlist'
top.o(.text+0x1bd5): undefined reference to `cmd_show_list'
libgdb.a(top.o): In function `set_verbose':
top.o(.text+0x1bf6): undefined reference to `showlist'
top.o(.text+0x1c00): undefined reference to `lookup_cmd_1'
libgdb.a(top.o): In function `init_main':
top.o(.text+0x1e87): undefined reference to `showlist'
top.o(.text+0x1e8f): undefined reference to `setlist'
top.o(.text+0x1ea7): undefined reference to `add_set_cmd'
top.o(.text+0x1eb0): undefined reference to `add_show_from_set'
top.o(.text+0x1eba): undefined reference to `setlist'
top.o(.text+0x1ed2): undefined reference to `add_set_cmd'
top.o(.text+0x1edf): undefined reference to `showlist'
top.o(.text+0x1ee5): undefined reference to `add_show_from_set'
top.o(.text+0x1ef7): undefined reference to `showlist'
top.o(.text+0x1eff): undefined reference to `setlist'
top.o(.text+0x1f17): undefined reference to `add_set_cmd'
top.o(.text+0x1f20): undefined reference to `add_show_from_set'
top.o(.text+0x1f36): undefined reference to `add_com'
top.o(.text+0x1f4a): undefined reference to `showlist'
top.o(.text+0x1f52): undefined reference to `setlist'
top.o(.text+0x1f6a): undefined reference to `add_set_cmd'
top.o(.text+0x1f73): undefined reference to `add_show_from_set'
top.o(.text+0x1f84): undefined reference to `setlist'
top.o(.text+0x1f9c): undefined reference to `add_set_cmd'
top.o(.text+0x1fa9): undefined reference to `showlist'
top.o(.text+0x1faf): undefined reference to `add_show_from_set'
top.o(.text+0x1fc1): undefined reference to `showhistlist'
top.o(.text+0x1fc9): undefined reference to `sethistlist'
top.o(.text+0x1fe1): undefined reference to `add_set_cmd'
top.o(.text+0x1fea): undefined reference to `add_show_from_set'
top.o(.text+0x1ff2): undefined reference to `sethistlist'
top.o(.text+0x200a): undefined reference to `add_set_cmd'
top.o(.text+0x2017): undefined reference to `showhistlist'
top.o(.text+0x201d): undefined reference to `add_show_from_set'
top.o(.text+0x202c): undefined reference to `showhistlist'
top.o(.text+0x2034): undefined reference to `sethistlist'
top.o(.text+0x204c): undefined reference to `add_set_cmd'
top.o(.text+0x2055): undefined reference to `add_show_from_set'
top.o(.text+0x2060): undefined reference to `showlist'
top.o(.text+0x2068): undefined reference to `setlist'
top.o(.text+0x2080): undefined reference to `add_set_cmd'
top.o(.text+0x2089): undefined reference to `add_show_from_set'
top.o(.text+0x209d): undefined reference to `setlist'
top.o(.text+0x20b5): undefined reference to `add_set_cmd'
top.o(.text+0x20c2): undefined reference to `showlist'
top.o(.text+0x20c8): undefined reference to `add_show_from_set'
top.o(.text+0x20d4): undefined reference to `setlist'
top.o(.text+0x20ec): undefined reference to `add_set_cmd'
top.o(.text+0x20f9): undefined reference to `showlist'
top.o(.text+0x20ff): undefined reference to `add_show_from_set'
top.o(.text+0x211a): undefined reference to `showlist'
top.o(.text+0x2122): undefined reference to `setlist'
top.o(.text+0x213a): undefined reference to `add_set_cmd'
top.o(.text+0x2143): undefined reference to `add_show_from_set'
libgdb.a(utils.o): In function `initialize_utils':
utils.o(.text+0x210f): undefined reference to `setlist'
utils.o(.text+0x2127): undefined reference to `add_set_cmd'
utils.o(.text+0x2134): undefined reference to `showlist'
utils.o(.text+0x213a): undefined reference to `add_show_from_set'
utils.o(.text+0x2149): undefined reference to `showlist'
utils.o(.text+0x2151): undefined reference to `setlist'
utils.o(.text+0x2169): undefined reference to `add_set_cmd'
utils.o(.text+0x2172): undefined reference to `add_show_from_set'
utils.o(.text+0x21ae): undefined reference to `showprintlist'
utils.o(.text+0x21b6): undefined reference to `setprintlist'
utils.o(.text+0x21ce): undefined reference to `add_set_cmd'
utils.o(.text+0x21d7): undefined reference to `add_show_from_set'
utils.o(.text+0x21e2): undefined reference to `showlist'
utils.o(.text+0x21ea): undefined reference to `setlist'
utils.o(.text+0x2202): undefined reference to `add_set_cmd'
utils.o(.text+0x220b): undefined reference to `add_show_from_set'
utils.o(.text+0x222d): undefined reference to `add_com'
utils.o(.text+0x2243): undefined reference to `add_com'
utils.o(.text+0x224e): undefined reference to `showprintlist'
utils.o(.text+0x2256): undefined reference to `setprintlist'
utils.o(.text+0x226e): undefined reference to `add_set_cmd'
utils.o(.text+0x2277): undefined reference to `add_show_from_set'
utils.o(.text+0x227f): undefined reference to `showprintlist'
utils.o(.text+0x2287): undefined reference to `setprintlist'
utils.o(.text+0x229f): undefined reference to `add_set_cmd'
utils.o(.text+0x22a8): undefined reference to `add_show_from_set'
libgdb.a(inflow.o): In function `_initialize_inflow':
inflow.o(.text+0x8c9): undefined reference to `add_info'
inflow.o(.text+0x8df): undefined reference to `add_com'
libgdb.a(breakpoint.o): In function `condition_command':
breakpoint.o(.text+0x2f8): undefined reference to `error_no_arg'
libgdb.a(breakpoint.o): In function `commands_command':
breakpoint.o(.text+0x508): undefined reference to `read_command_lines'
breakpoint.o(.text+0x519): undefined reference to `free_command_lines'
libgdb.a(breakpoint.o): In function `bpstat_do_actions':
breakpoint.o(.text+0x160b): undefined reference to `execute_control_command'
libgdb.a(breakpoint.o): In function `print_one_breakpoint':
breakpoint.o(.text+0x2f0e): undefined reference to `print_command_lines'
libgdb.a(breakpoint.o): In function `delete_breakpoint':
breakpoint.o(.text+0x6f7c): undefined reference to `free_command_lines'
libgdb.a(breakpoint.o): In function `ignore_command':
breakpoint.o(.text+0x7687): undefined reference to `error_no_arg'
libgdb.a(breakpoint.o): In function `map_breakpoint_numbers':
breakpoint.o(.text+0x7739): undefined reference to `error_no_arg'
libgdb.a(breakpoint.o): In function `_initialize_breakpoint':
breakpoint.o(.text+0x7bbc): undefined reference to `add_com'
breakpoint.o(.text+0x7bdb): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7bf4): undefined reference to `add_com'
breakpoint.o(.text+0x7c0a): undefined reference to `add_com'
breakpoint.o(.text+0x7c23): undefined reference to `add_com'
breakpoint.o(.text+0x7c39): undefined reference to `add_com'
breakpoint.o(.text+0x7c52): undefined reference to `add_com'
libgdb.a(breakpoint.o)(.text+0x7c68): more undefined references to `add_com' 
follow
libgdb.a(breakpoint.o): In function `_initialize_breakpoint':
breakpoint.o(.text+0x7c70): undefined reference to `cmdlist'
breakpoint.o(.text+0x7c7c): undefined reference to `enablelist'
breakpoint.o(.text+0x7c92): undefined reference to `add_prefix_cmd'
breakpoint.o(.text+0x7cb4): undefined reference to `add_com'
breakpoint.o(.text+0x7cca): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7ccf): undefined reference to `enablelist'
breakpoint.o(.text+0x7cdb): undefined reference to `enablebreaklist'
breakpoint.o(.text+0x7cf1): undefined reference to `add_abbrev_prefix_cmd'
breakpoint.o(.text+0x7cfc): undefined reference to `enablebreaklist'
breakpoint.o(.text+0x7d12): undefined reference to `add_cmd'
breakpoint.o(.text+0x7d1d): undefined reference to `enablebreaklist'
breakpoint.o(.text+0x7d33): undefined reference to `add_cmd'
breakpoint.o(.text+0x7d3e): undefined reference to `enablelist'
breakpoint.o(.text+0x7d54): undefined reference to `add_cmd'
breakpoint.o(.text+0x7d5f): undefined reference to `enablelist'
breakpoint.o(.text+0x7d75): undefined reference to `add_cmd'
breakpoint.o(.text+0x7d7d): undefined reference to `cmdlist'
breakpoint.o(.text+0x7d89): undefined reference to `disablelist'
breakpoint.o(.text+0x7d9f): undefined reference to `add_prefix_cmd'
breakpoint.o(.text+0x7db5): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7dc8): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7dea): undefined reference to `add_com'
breakpoint.o(.text+0x7df5): undefined reference to `disablelist'
breakpoint.o(.text+0x7e0b): undefined reference to `add_cmd'
breakpoint.o(.text+0x7e13): undefined reference to `cmdlist'
breakpoint.o(.text+0x7e1f): undefined reference to `deletelist'
breakpoint.o(.text+0x7e35): undefined reference to `add_prefix_cmd'
breakpoint.o(.text+0x7e4b): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7e6d): undefined reference to `add_com'
breakpoint.o(.text+0x7e78): undefined reference to `deletelist'
breakpoint.o(.text+0x7e8e): undefined reference to `add_cmd'
breakpoint.o(.text+0x7eb7): undefined reference to `add_com'
breakpoint.o(.text+0x7ee0): undefined reference to `add_com'
breakpoint.o(.text+0x7ef6): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7f09): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7f1f): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7f32): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7f5b): undefined reference to `add_com'
breakpoint.o(.text+0x7f71): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7f84): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7f9a): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7fad): undefined reference to `add_com_alias'
breakpoint.o(.text+0x7fcc): undefined reference to `add_com_alias'
libgdb.a(breakpoint.o)(.text+0x7fdf): more undefined references to 
`add_com_alias' follow
libgdb.a(breakpoint.o): In function `_initialize_breakpoint':
breakpoint.o(.text+0x7ff8): undefined reference to `add_com'
breakpoint.o(.text+0x800d): undefined reference to `cmdlist'
breakpoint.o(.text+0x8019): undefined reference to `stoplist'
breakpoint.o(.text+0x802f): undefined reference to `add_abbrev_prefix_cmd'
breakpoint.o(.text+0x803a): undefined reference to `stoplist'
breakpoint.o(.text+0x8050): undefined reference to `add_cmd'
breakpoint.o(.text+0x805b): undefined reference to `stoplist'
breakpoint.o(.text+0x8071): undefined reference to `add_cmd'
breakpoint.o(.text+0x809a): undefined reference to `add_com'
breakpoint.o(.text+0x80c4): undefined reference to `add_info'
breakpoint.o(.text+0x80f6): undefined reference to `add_com'
breakpoint.o(.text+0x8101): undefined reference to `maintenanceinfolist'
breakpoint.o(.text+0x812c): undefined reference to `add_cmd'
breakpoint.o(.text+0x8145): undefined reference to `add_com'
breakpoint.o(.text+0x815b): undefined reference to `add_com'
breakpoint.o(.text+0x8174): undefined reference to `add_com'
breakpoint.o(.text+0x818a): undefined reference to `add_com'
breakpoint.o(.text+0x81a3): undefined reference to `add_com'
breakpoint.o(.text+0x81ba): undefined reference to `add_info'
breakpoint.o(.text+0x81c5): undefined reference to `setlist'
breakpoint.o(.text+0x81dd): undefined reference to `add_set_cmd'
breakpoint.o(.text+0x81e8): undefined reference to `showlist'
breakpoint.o(.text+0x81ee): undefined reference to `add_show_from_set'
libgdb.a(regcache.o): In function `_initialize_regcache':
regcache.o(.text+0xbdf): undefined reference to `add_com'
libgdb.a(copying.o): In function `_initialize_copying':
copying.o(.text+0x1002): undefined reference to `showlist'
copying.o(.text+0x1018): undefined reference to `add_cmd'
copying.o(.text+0x1023): undefined reference to `showlist'
copying.o(.text+0x1039): undefined reference to `add_cmd'
copying.o(.text+0x1053): undefined reference to `add_info'
copying.o(.text+0x106a): undefined reference to `add_info'
libgdb.a(infptrace.o): In function `_initialize_infptrace':
infptrace.o(.text+0x3e5): undefined reference to `add_info'
libgdb.a(inftarg.o): In function `child_attach_to_process':
inftarg.o(.text+0x210): undefined reference to `error_no_arg'
libgdb.a(remote-utils.o): In function `_initialize_sr_support':
remote-utils.o(.text+0x9f6): undefined reference to `showlist'
remote-utils.o(.text+0x9fe): undefined reference to `setlist'
remote-utils.o(.text+0xa16): undefined reference to `add_set_cmd'
remote-utils.o(.text+0xa1f): undefined reference to `add_show_from_set'
remote-utils.o(.text+0xa35): undefined reference to `add_com'
libgdb.a(tracepoint.o): In function `get_tracepoint_by_number':
tracepoint.o(.text+0xc29): undefined reference to `error_no_arg'
libgdb.a(tracepoint.o): In function `validate_actionline':
tracepoint.o(.text+0x125e): undefined reference to `cmdlist'
tracepoint.o(.text+0x1265): undefined reference to `lookup_cmd'
libgdb.a(tracepoint.o): In function `encode_actions':
tracepoint.o(.text+0x20e2): undefined reference to `cmdlist'
tracepoint.o(.text+0x20e9): undefined reference to `lookup_cmd'
libgdb.a(tracepoint.o): In function `tracepoint_save_command':
tracepoint.o(.text+0x369d): undefined reference to `cmdlist'
tracepoint.o(.text+0x36a7): undefined reference to `lookup_cmd'
libgdb.a(tracepoint.o): In function `trace_dump_command':
tracepoint.o(.text+0x3c4c): undefined reference to `cmdlist'
tracepoint.o(.text+0x3c56): undefined reference to `lookup_cmd'
libgdb.a(tracepoint.o): In function `_initialize_tracepoint':
tracepoint.o(.text+0x3f9f): undefined reference to `add_info'
tracepoint.o(.text+0x3fa7): undefined reference to `cmdlist'
tracepoint.o(.text+0x3fba): undefined reference to `add_cmd'
tracepoint.o(.text+0x3fd4): undefined reference to `add_info'
tracepoint.o(.text+0x3fe8): undefined reference to `add_info_alias'
tracepoint.o(.text+0x4001): undefined reference to `add_com'
tracepoint.o(.text+0x4017): undefined reference to `add_com'
tracepoint.o(.text+0x401f): undefined reference to `cmdlist'
tracepoint.o(.text+0x4041): undefined reference to `add_prefix_cmd'
tracepoint.o(.text+0x4062): undefined reference to `add_cmd'
tracepoint.o(.text+0x4083): undefined reference to `add_cmd'
tracepoint.o(.text+0x40a4): undefined reference to `add_cmd'
tracepoint.o(.text+0x40c5): undefined reference to `add_cmd'
tracepoint.o(.text+0x40e6): undefined reference to `add_cmd'
libgdb.a(tracepoint.o)(.text+0x4107): more undefined references to `add_cmd' 
follow
libgdb.a(tracepoint.o): In function `_initialize_tracepoint':
tracepoint.o(.text+0x4162): undefined reference to `add_com'
tracepoint.o(.text+0x4178): undefined reference to `add_com'
tracepoint.o(.text+0x4191): undefined reference to `add_com'
tracepoint.o(.text+0x41a7): undefined reference to `add_com'
tracepoint.o(.text+0x41c0): undefined reference to `add_com'
libgdb.a(tracepoint.o)(.text+0x41d6): more undefined references to `add_com' 
follow
libgdb.a(tracepoint.o): In function `_initialize_tracepoint':
tracepoint.o(.text+0x41ec): undefined reference to `add_com_alias'
tracepoint.o(.text+0x41ff): undefined reference to `add_com_alias'
tracepoint.o(.text+0x4218): undefined reference to `add_com'
tracepoint.o(.text+0x422e): undefined reference to `add_com'
tracepoint.o(.text+0x4239): undefined reference to `deletelist'
tracepoint.o(.text+0x424f): undefined reference to `add_cmd'
tracepoint.o(.text+0x425a): undefined reference to `disablelist'
tracepoint.o(.text+0x4270): undefined reference to `add_cmd'
tracepoint.o(.text+0x427b): undefined reference to `enablelist'
tracepoint.o(.text+0x4291): undefined reference to `add_cmd'
tracepoint.o(.text+0x42aa): undefined reference to `add_com'
tracepoint.o(.text+0x42bd): undefined reference to `add_com_alias'
tracepoint.o(.text+0x42d3): undefined reference to `add_com_alias'
tracepoint.o(.text+0x42e6): undefined reference to `add_com_alias'
tracepoint.o(.text+0x42fc): undefined reference to `add_com_alias'
libgdb.a(ax-gdb.o): In function `agent_command':
ax-gdb.o(.text+0x193d): undefined reference to `error_no_arg'
libgdb.a(ax-gdb.o): In function `_initialize_ax_gdb':
ax-gdb.o(.text+0x19b6): undefined reference to `maintenancelist'
ax-gdb.o(.text+0x19cc): undefined reference to `add_cmd'
libgdb.a(kod.o): In function `kod_set_os':
kod.o(.text+0x13c): undefined reference to `infolist'
kod.o(.text+0x142): undefined reference to `delete_cmd'
kod.o(.text+0x1d6): undefined reference to `add_info'
libgdb.a(kod.o): In function `_initialize_kod':
kod.o(.text+0x29a): undefined reference to `setlist'
kod.o(.text+0x2b2): undefined reference to `add_set_cmd'
kod.o(.text+0x2c4): undefined reference to `showlist'
kod.o(.text+0x2ca): undefined reference to `add_show_from_set'
libgdb.a(gdb-events.o): In function `_initialize_gdb_events':
gdb-events.o(.text+0x291): undefined reference to `setlist'
gdb-events.o(.text+0x2a9): undefined reference to `add_set_cmd'
gdb-events.o(.text+0x2bc): undefined reference to `deprecate_cmd'
gdb-events.o(.text+0x2cc): undefined reference to `showlist'
gdb-events.o(.text+0x2d2): undefined reference to `add_show_from_set'
gdb-events.o(.text+0x2db): undefined reference to `deprecate_cmd'
gdb-events.o(.text+0x2e6): undefined reference to `showdebuglist'
gdb-events.o(.text+0x2ee): undefined reference to `setdebuglist'
gdb-events.o(.text+0x306): undefined reference to `add_set_cmd'
gdb-events.o(.text+0x30f): undefined reference to `add_show_from_set'
libgdb.a(varobj.o): In function `_initialize_varobj':
varobj.o(.text+0x236c): undefined reference to `showlist'
varobj.o(.text+0x2374): undefined reference to `setlist'
varobj.o(.text+0x238c): undefined reference to `add_set_cmd'
varobj.o(.text+0x2395): undefined reference to `add_show_from_set'
libgdb.a(p-valprint.o): In function `_initialize_pascal_valprint':
p-valprint.o(.text+0x1c3e): undefined reference to `showprintlist'
p-valprint.o(.text+0x1c46): undefined reference to `setprintlist'
p-valprint.o(.text+0x1c5e): undefined reference to `add_set_cmd'
p-valprint.o(.text+0x1c67): undefined reference to `add_show_from_set'
gdbtk.o: In function `gdbtk_init':
gdbtk.o(.text+0x6ce): undefined reference to `add_com'
gdbtk.o: In function `tk_command':
gdbtk.o(.text+0x861): undefined reference to `error_no_arg'
collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1
make[1]: Leaving directory 
`/usr/local/soft/insight-5.0/src/default/i686_pc_linux_gnu/src/gdb'
make: *** [all-gdb] Error 2

-- 
MY EMAIL ADDRESS HAS CHANGED --> UPDATE YOUR ADDRESSBOOK

Laurent Duperval                   "Montreal winters are an intelligence test,
Netergy Networks - Java Center            and we who are here have failed it."
Phone: (514) 282-8484 ext. 228                                   -Doug Camilli
mailto:address@hidden           Penguin Power!






reply via email to

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