On 06/23/2014 04:53 PM, Baho Utot wrote:
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.

I used Ken's suggestion and, after my laptop froze twice, went to Ch. 6 build of ncurses and used the whole sequence of linking. I wanted to see if that would work and ran ./configure a couple of times adding and changing different switches. Hadn't gotten to setting environment variables when Baho's post arrived and used it immediately. The configure succeeded. The "make" aborted and I got called away by household chores and errands and was just about to see what I could do about the build.

Baho, your switches in the latest ./configure confirmed that I was going to have to eliminate the possibility of x and the gui in the configure. Gonna try to finish now.

Thanks to you and Ken.

Dan

--
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