Changes between Version 1 and Version 2 of Ticket #12725
- Timestamp:
- 03/22/12 10:22:34 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12725 – Description
v1 v2 1 1 The install scripts for PARI and Python automatically link with `-lncurses` if `/usr/lib/libncurses.so` '''exists''', even though the mere existence of that file doesn't guarantee that it actually can be linked. This can happen in particular when "cross-compiling" a 32-bit Sage on a 64-bit operating system. 2 2 3 The build of the readline interface of PARI and Python might therefore fail for no good reason. A solution is to copySage's `libtermcap.a` to `libncurses.a`, such that `-lncurses` will always succeed.3 The build of the readline interface of PARI and Python might therefore fail for no good reason. A solution is to symlink Sage's `libtermcap.a` to `libncurses.a`, such that `-lncurses` will always succeed. 4 4 5 5 '''spkg''': [http://boxen.math.washington.edu/home/jdemeyer/spkg/termcap-1.3.1.p3.spkg]