clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: June 18 2005,14:26 |
|
Whachucallme, you need to:
Install the gcc1.dsl, dsl-dpkg.dsl, and probably the gnu-utils.dsl as well (it helps loading and building some things):
mydsl-load dsl-dpkg.dsl mydsl-load gcc1.dsl mydsl-load gnu-utils.dsl
now you need change the /etc/apt/sources.list file from stable to unstable:
# as root beaver /etc/apt/sources.list # change the word "stable" in the second line to the word "unstable" # save and close beaver apt-get update apt-get install libncurses5-dev libreadline4-dev
try compiling again.
./configure make make install
|