screen-devel
[Top][All Lists]
Advanced

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

[screen-devel] [bug #29254] ./configure on HP-UX with ncurses-5.7 fails


From: Alexander Gattin
Subject: [screen-devel] [bug #29254] ./configure on HP-UX with ncurses-5.7 fails to find tgetent
Date: Thu, 18 Mar 2010 10:02:52 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.18) Gecko/2010021720 Iceweasel/3.0.6 (Debian-3.0.6-3)

URL:
  <http://savannah.gnu.org/bugs/?29254>

                 Summary: ./configure on HP-UX with ncurses-5.7 fails to find
tgetent
                 Project: GNU Screen
            Submitted by: xrgtn
            Submitted on: Thu 18 Mar 2010 12:02:51 PM EET
                Category: Build/Install
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: Cur Dev Sources
           Fixed Release: None
         Planned Release: None
           Work Required: None

    _______________________________________________________

Details:

Default configure/make/install of ncurses-5.7 builds separate libtinfo.a
library and places tgetent there instead of libncurses.a:

address@hidden:~/xxx3 > objdump -t lib/libtinfo.a | grep getent
00000560 g     F .text  00001130 tgetent
address@hidden:~/xxx3 > objdump -t lib/libncurses.a | grep getent
address@hidden:~/xxx3 > 

This results in ./configure being unable to locate tgetent on HP-UX:

configure: checking for tgetent...
configure: checking libcurses...
configure: checking libtermcap...
configure: checking libtermlib...
configure: checking libncursesw...
configure: checking libncurses...
configure: error: !!! no tgetent - no screen

I suggest checking for -ltinfo too (patch is attached)



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 18 Mar 2010 12:02:51 PM EET  Name: screen.git_libtinfo.patch  Size:
443B   By: xrgtn

<http://savannah.gnu.org/bugs/download.php?file_id=19975>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29254>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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