This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Build failure fix: Python troubles on non-python targets...
- From: Paul Pluzhnikov <ppluzhnikov at google dot com>
- To: Pierre Muller <muller at ics dot u-strasbg dot fr>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 28 May 2009 07:56:21 -0700
- Subject: Re: [RFA] Build failure fix: Python troubles on non-python targets...
- References: <001001c9df7b$8f2a3810$ad7ea830$@u-strasbg.fr>
On Thu, May 28, 2009 at 3:03 AM, Pierre Muller <muller@ics.u-strasbg.fr> wrote:
> On DJGPP,
> I now get this failure:
Current CVS Head similarly fails on Linux:
gcc -g -O2 \
-o gdbtui tui-main.o libgdb.a \
../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a
../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lncurses
-lz -lm ../libiberty/libiberty.a gnulib/libgnu.a -ldl -rdynamic
libgdb.a(valprint.o): In function `value_print':
/home/ppluzhnikov/Archive/sourceware.org/gdb/build/gdb/../../src/gdb/valprint.c:388:
undefined reference to `apply_val_pretty_printer'
--
Paul Pluzhnikov