[Box Backup] Release Candidate 3, gcc, g++, readline problems
Martin Ebourne
boxbackup@fluffy.co.uk
Sun, 19 Feb 2006 20:46:03 +0000
On Sun, 2006-02-19 at 11:53 -0800, E.W. Peter Jalajas wrote:
> 106 sudo apt-get install gcc manpages-dev automake1.9 libtool flex
> bison gcc-doc
manpages, automake, libtool, flex, bison, and gcc-doc are not relevant.
gcc is required.
> 111 apt-get install g++
That's the one you need :)
> 120 apt-get install libreadline5-dev
That should be sufficient if you give --enable-gnu-readline.
> 126 apt-get install libedit2 libedit-dev libeditline-dev
Alternatively, libeditline-dev should probably be sufficient by itself
(and without the above configure option).
Cheers,
Martin.