Re: [lfs-support] Ncurses install 6.3.1 error in "tic" program build

2021-01-15 Thread Ken Moffat
On Fri, Jan 15, 2021 at 04:53:43PM +0100, coolnodje wrote: >I'm bumping into the following issue while following 6.3.1 Installation of >Ncurses: > >after > > sed -i s/mawk// configure > > and > > mkdir build > pushd build > ../configure > > >> > lfs:/lfs/sources/ncurses-6.2/

Re: [lfs-support] Ncurses install 6.3.1 error in "tic" program build

2021-01-15 Thread coolnodje
> If I understand correctly, you have upgraded to debian testing. Have > you tried to run version-check.sh again? > > I guess you need to do something like: > sudo apt-get install libc6-dev > you're right, again, Pierre. I add to install libc6-devand g++ to get it working after upgrading to Debian

Re: [lfs-support] Ncurses install 6.3.1 error in "tic" program build

2021-01-15 Thread Pierre Labastie
On Fri, 2021-01-15 at 17:44 +0100, coolnodje wrote: > Many thanks! I wasn't aware of the creation of the config.log > > I was looking at the configure file itself trying to figure out what > would have gone wrong. > > In this case the error seems pretty clear: option -V doesn't seem to > be > sup

Re: [lfs-support] Ncurses install 6.3.1 error in "tic" program build

2021-01-15 Thread Xi Ruoyao
On 2021-01-15 17:44 +0100, coolnodje wrote: > Many thanks! I wasn't aware of the creation of the config.log > > I was looking at the configure file itself trying to figure out what > would have gone wrong. > > In this case the error seems pretty clear: option -V doesn't seem to be > supported by

Re: [lfs-support] Ncurses install 6.3.1 error in "tic" program build

2021-01-15 Thread coolnodje
Many thanks! I wasn't aware of the creation of the config.log I was looking at the configure file itself trying to figure out what would have gone wrong. In this case the error seems pretty clear: option -V doesn't seem to be supported by gcc-10.2.1 configure:1714: gcc -V &5 gcc: error: unrecog

[lfs-support] Ncurses install 6.3.1 error in "tic" program build

2021-01-15 Thread coolnodje
I'm bumping into the following issue while following 6.3.1 Installation of Ncurses: after sed -i s/mawk// configure and mkdir build pushd build ../configure >> lfs:/lfs/sources/ncurses-6.2/build$ ../configure checking for egrep... grep -E Configuring NCURS