clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: June 17 2005,20:53 |
|
I'm not 100% about this, but it looks like your loading the gcc1.dsl as root. Is this correct? Try loading it as user dsl, then you won't get the error. It looks like the files loaded, though, even with the error.
Your "no tgetent" error appears to be comming from a missing library. Seeing these lines
Code Sample | configure: checking for tgetent... configure: checking libcurses... configure: checking libtermcap... configure: checking libtermlib... configure: checking libncurses... configure: error: !!! no tgetent - no screen |
makes me think that it looked for tgetent, then tried different curses, and then failed. Try loading the dsl-dpkg.dsl, changing your /etc/apt/sources.list file from stable to unstable, and then running:
apt-get update apt-get install libncurses5-dev
and try again. You might need other libraries as well. I might get libreadline4-dev as well just to be safe.
|