On Monday, June 23, 2014 04:38:52 PM Baho Utot wrote:
>
> Try this it worked for me, configure completed.
> Have not run make yet ( didn't have time but will try later )
> 
> It is all one line kmail wrapped it
> 
> CPPFLAGS="-I/tools/include"  LDFLAGS="-L/tools/lib"  ./configure --
> prefix=/tools --enable-multibyte --with-tlib=ncursesw


This was building after completion of the Chapter 5 toolchain and without 
anything in chapter 6

Ran make and had to change the above to 

CPPFLAGS="-I/tools/include -L/tools/lib" ./configure prefix=/tools --enable-
multibyte --with-tlib=ncursesw  --enable-gui=no --with-x=no

configure completes and make completes.

Then 
make DESTDIR=/mnt/lfs/tmp install
which install this into a temporary place for testing 
( make install to put it in /tools )

Ok now for test
/mnt/lfs/tools/bin/vim 

editor works with lfs user.  I have not tested it in a chroot environment as I 
have not built chapter 6,  that is in process.






-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to