myDSL Extensions (deprecated) :: gcc.dsl, screen-4.0.2 and tgetent
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
Owk ill try that in the morning
thank you for explaining it this way to me :$ i'm realy noobish in linux, i know the basic commands etc but cant seem to find all that stuff on my own
Thank you very much <3
original here.