bug-readline
[Top][All Lists]
Advanced

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

Error undefined symbol: UP while installing Readline on wsl (Ubuntu 20.0


From: Dan Richter
Subject: Error undefined symbol: UP while installing Readline on wsl (Ubuntu 20.04.6 LTS)
Date: Fri, 1 Nov 2024 11:53:13 +0100
User-agent: Mozilla Thunderbird

Hi,

I am trying to Installing mathemagix with configure, downloaded and extracted the Readline Library from http://git.savannah.gnu.org/cgit/readline.git/snapshot/readline-8.2.tar.gz by command

curl http://git.savannah.gnu.org/cgit/readline.git/snapshot/readline-8.2.tar.gz | tar zxf -

I am using wsl (Windows Subsystem for Linux) on my notebook Ubuntu 20.04.6 LTS


When I run ./configure --with-libtool in /mnt/c/Windows/system32/mmx/readline-8.2 I got:

config.status: creating Makefile
awk: symbol lookup error: /usr/local/lib/libreadline.so.8: undefined symbol: UP
config.status: error: could not create Makefile


readelf -s /usr/local/lib/libreadline.so.8 | grep UP
   48: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND UP
  741: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND UP


dpkg -l '*ncurses*' | grep '^ii'
ii  libncurses-dev:amd64   6.2-0ubuntu2.1 amd64        developer's libraries for ncurses
ii  libncurses5-dev:amd64  6.2-0ubuntu2.1 amd64        transitional package for libncurses-dev
ii  libncurses6:amd64      6.2-0ubuntu2.1 amd64        shared libraries for terminal handling
ii  libncursesw5-dev:amd64 6.2-0ubuntu2.1 amd64        transitional package for libncurses-dev
ii  libncursesw6:amd64     6.2-0ubuntu2.1 amd64        shared libraries for terminal handling (wide character support)
ii  ncurses-base           6.2-0ubuntu2.1 all          basic terminal type definitions
ii  ncurses-bin            6.2-0ubuntu2.1 amd64        terminal-related programs and man pages
ii  ncurses-term           6.2-0ubuntu2.1 all          additional terminal type definitions

** Configuration summary for NCURSES 6.5 20240427:

       extended funcs: yes
       xterm terminfo: xterm-new

        bin directory: /usr/bin
        lib directory: /usr/lib
    include directory: /usr/include
        man directory: /usr/share/man
   terminfo directory: /usr/share/terminfo



My goal is to successfully compile a run (Mathemagix is a free computer algebra and analysis system):

svn checkout https://subversion.renater.fr/anonscm/svn/mmx/

cd mmx

./configure --enable-justinline

make -j8

source set-devel-paths

mmc mmx/justinline/bench/polynomial_f2_60_bench.mmx

./mmx/justinline/bench/polynomial_f2_60_bench


Please can you advise me what should I do to be able make Readline Library?

Best regards,

Dan Richter
Czech Republic



reply via email to

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