bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#28893: emacs-26.0.90 minor build issue on OpenIndiana


From: Nelson H. F. Beebe
Subject: bug#28893: emacs-26.0.90 minor build issue on OpenIndiana
Date: Tue, 24 Oct 2017 11:03:00 -0600

Paul Eggert proposes a small patch to the emacs-26.0.90 configure
script to deal with the build problem that I reported for OpenIndiana.

I've just done a fresh build on that system, and Paul's patch solves
the problem:

        diff configure.~1~ configure
        17027c17027
        <   for tputs_library in '' tinfo ncurses terminfo termcap curses; do
        ---
        >   for tputs_library in '' tinfo ncurses terminfo curses termcap; do

The build procedure went like this:

        set path= ( /bin /usr/bin /sbin /usr/sbin )

        env CONFIG_SITE= ./configure --prefix=$L --with-pop \
                --with-gnutls=no --with-gif=no && \
                gmake all check

        ... long output omitted...

        % ./src/emacs --version | head -1
        GNU Emacs 26.0.90

I suggest, however, that configure.ac acquire some explanatory
comments to document why -lcurses should be searched before -ltermcap
on OpenIndiana.

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: beebe@math.utah.edu  -
- 155 S 1400 E RM 233                       beebe@acm.org  beebe@computer.org -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------





reply via email to

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