bug-ncurses
[Top][All Lists]
Advanced

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

problems using libtool with version 5.3


From: Mr E_T
Subject: problems using libtool with version 5.3
Date: Thu, 24 Oct 2002 20:08:17 +0800 (WST)

using -with-libtool option in configure produces incorrect library prefix
( 5.0.3 instead of 5.3 )

Also produces following errors-
/bin/sh: error while loading shared libraries: /lib/libncurses.so.5: undefined
symbol: gpm_fd

This problem comes about from not linking in libgpm.

#######################################################################
outputs from -with-libtool version -
./configure --prefix=/usr --localstatedir=/var --with-libtool --without-debug
--disable-big-core --with-gpm --enable-termcap --with-manpage-format=gzip

output of - ldd libncurses.so.5.0.3
ldd: warning: you do not have execution permission for `libncurses.so.5.0.3'
        libc.so.6 => /lib/libc.so.6 (0x40061000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

#######################################################################
outputs from -with-shared version -
./configure --prefix=/usr --localstatedir=/var --without-libtool
--without-debug --disable-big-core --with-gpm --enable-termcap
--with-manpage-format=gzip --with-shared --with-normal

Output of - ldd libncurses.so.5.3
ldd: warning: you do not have execution permission for `libncurses.so.5.3'
        libc.so.6 => /lib/libc.so.6 (0x40061000)
        libgpm.so.1 => /usr/lib/libgpm.so.1 (0x40193000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

#######################################################################

Both compile, make and install correctly

However due to the fact that some programs are linked to the ncurses library
and not to the gpm library the computer will not boot.

-- 
regs MR E_T

_______________________
\                      \
  \   OOHH I hate TYPOS  \
    \                      \
      ~~~~~~~~~~~~~~~~~~~~~~~





reply via email to

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