This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [RFA] Add --with-curses configure option


On Tue, 24 Mar 2009 02:27:42 +0100, Joel Brobecker wrote:
> > 2009-02-13  Jerome Guitton  <guitton@adacore.com>
> > 
> >         * configure.ac: Add --with-curses.
> >         * configure: Regenerated.
> 
> There were no objections, so I checked this patch in after reverifying it
> by buiding GDB on x86-linux before the patch (linked to libtermcap.so),

All the tests now fail on Fedora 10 x86_64 due to an unexpected output there:

GNU gdb (GDB) 6.8.50.20090324-cvs
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
^[[?1034h(gdb) ERROR: GDB never initialized.

ldd output changed this way:
 	linux-vdso.so.1 =>
-	libncurses.so.5 => /lib64/libncurses.so.5
+	libtinfo.so.5 => /lib64/libtinfo.so.5
 	libz.so.1 => /lib64/libz.so.1
 	libm.so.6 => /lib64/libm.so.6
 	libpython2.5.so.1.0 => /usr/lib64/libpython2.5.so.1.0
 	libexpat.so.1 => /lib64/libexpat.so.1
 	libdl.so.2 => /lib64/libdl.so.2
 	libc.so.6 => /lib64/libc.so.6
-	libtinfo.so.5 => /lib64/libtinfo.so.5
 	libpthread.so.0 => /lib64/libpthread.so.0
 	libutil.so.1 => /lib64/libutil.so.1
 	/lib64/ld-linux-x86-64.so.2

Sure it may be also an ncurses bug.


Regards,
Jan


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