ncurses fails to compile

2008-01-01 Thread zux
on chapter > 5.13. Ncurses-5.6 the make command gives this output: lfs:/mnt/lfs/sources/ncurses-5.6$ make cd man && make DESTDIR="" all make[1]: Entering directory `/mnt/lfs/sources/ncurses-5.6/man' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/mnt/lfs/sources/ncurses-5.6/m

Re: ncurses fails to compile

2008-01-01 Thread Wilco Beekhuizen
2008/1/1, zux <[EMAIL PROTECTED]>: > on chapter > 5.13. Ncurses-5.6 > > > the make command gives this output: > > lfs:/mnt/lfs/sources/ncurses-5.6$ make > cd man && make DESTDIR="" all > make[1]: Entering directory `/mnt/lfs/sources/ncurses-5.6/man' > make[1]: Nothing to be done for `all'. > make[1

Re: ncurses fails to compile

2008-01-01 Thread thorsten
> /bin/sh: sh: command not found Hi, what does export | grep PATH output? thorsten -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: ncurses fails to compile

2008-01-01 Thread zux
thorsten wrote: >> /bin/sh: sh: command not found > > > Hi, > > what does > > export | grep PATH > > output? > > thorsten lfs:~$ ls -l /bin/sh lrwxrwxrwx 1 root root 4 Jul 8 01:14 /bin/sh -> bash lfs:~$ export | grep PATH declare -x PATH="/tools/bin:/usr/bin" should /bin be in $PATH to

Re: ncurses fails to compile

2008-01-01 Thread zux
zux wrote: > > thorsten wrote: >>> /bin/sh: sh: command not found >> >> Hi, >> >> what does >> >> export | grep PATH >> >> output? >> >> thorsten > > > lfs:~$ ls -l /bin/sh > lrwxrwxrwx 1 root root 4 Jul 8 01:14 /bin/sh -> bash > > lfs:~$ export | grep PATH > declare -x PATH="/tools/bin:/usr

Re: ncurses fails to compile

2008-01-01 Thread thorsten
> adding /bin to $PATH did the magic :) > i had made a mistake in setting up environment > strange that everything before ncurses compiled Hi again, I can only assume that all makefiles before do not use another instance of sh or explicitely used /bin/sh as command so there is no need for findin

Re: ncurses fails to compile

2008-01-01 Thread zux
thorsten wrote: >> adding /bin to $PATH did the magic :) >> i had made a mistake in setting up environment >> strange that everything before ncurses compiled > > Hi again, > > I can only assume that all makefiles before do not use another instance > of sh or explicitely used /bin/sh as command