Hi,
I am trying to Installing mathemagix with configure
<https://www.mathemagix.org/www/mmdoc/doc/html/main/installation_autotools.en.html>,
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
<https://sourcesup.renater.fr/projects/mmx/> 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