On Jun 6, 2013, at 7:45 AM, Philippe Delavalade wrote: > Hi all. > > In chapter 6 when building gcc, to have a view from the test suite, > it is > said to issue > ../gcc-4.8.0/contrib/test_summary | grep -A7 Summ > > My problem is that it is too large for the screen and less or more > are not > installed. > > It's easy to go on another console and use the less of the host but is > there a way to see the output within the chroot environment ? > > Should it be possible to install less (or more) in chapter 5 ? > > Thanks for answers. > > -- > Ph. Delavalade > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page
You could increase your scrollback buffer: http://www.mjmwired.net/kernel/Documentation/fb/fbcon.txt Then you can use the keyboard presses and view contents in the buffer. Or you can build an editor and install it into /tools and then redirect the output to a file and use the editor to view it. Or you could extract util-linux and build more and install it into / tools Or you could extract less and build less and install it into /tools Sincerely, William Harrington -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page