This is the mail archive of the gdb-prs@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]

[Bug build/23950] Link with libtinfow, if libtinfo is not available


https://sourceware.org/bugzilla/show_bug.cgi?id=23950

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Simon Marchi <simark@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2578ecb1b583408c7a75716edbd203995da373c7

commit 2578ecb1b583408c7a75716edbd203995da373c7
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Sat Dec 8 19:35:47 2018 -0500

    Look for tgetent in libtinfow

    On some systems where ncurses is only available in the "wide" version
    (compiled with --with-widec), there might be no libtinfo.so, only a
    libtinfow.so.  Look for libtinfow in addition to libtinfo.

    gdb/ChangeLog:

    YYYY-MM-DD  Simon Marchi  <simon.marchi@ericsson.com>
            Дилян Палаузов  <dilyan.palauzov@aegee.org>

        PR gdb/23950
        * configure.ac: Search for tgetent in libtinfow.
        * configure: Re-generate.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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