I think I have the specs right (I copy pasted the command the first
time I did it):
http://tinypaste.com/be1ea9
The file also exists on disk:
/mnt/main/usr/include$ ls /tools/include/c++/4.6.0/bits/exception_defines.h
/tools/include/c++/4.6.0/bits/exception_defines.h
I can't tell from the compi
Yes, you can always omit the tests. They are there to ensure that the
build and functioning was right but you can do it yourself.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
Good day again.
Thank Juan, Kef.
My English is very bad, and I omit many places in "LFS-book".
(6.52. Module-Init-Tools-3.12)
Am I rightly understood that this may be omitted? :
./configure
make check
./tests/runtests
make clean
and doing just it?:
./configure --prefix=/ --enable-zlib-dynamic --m
>From the LFS Book:
Groff expects the environment variable PAGE to contain the default
paper size. For users in the United States, PAGE=letter is
appropriate. Elsewhere, PAGE=A4 may be more suitable. While the
default paper size is configured during compilation, it can be
overridden later by echoin
Which paper_size did you choose ?
Here are possible values :
PAGE=letter (U.S)
or
PAGE=A4
Julien
2011/4/11 fuflono :
> Good day.
> All had been quite normal while installing packages, but into "6.43.
> Groff-1.21" I got:
> ..
> root:/sources# cd groff-1.21
> root:/sources/groff-1.21# P
Good day.
All had been quite normal while installing packages, but into "6.43.
Groff-1.21" I got:
..
root:/sources# cd groff-1.21
root:/sources/groff-1.21# PAGE= ./configure --prefix=/usr
bash: paper_size: No such file or directory
What it is, what I must doing?
-Fuf
--
http
On Mon, 11 Apr 2011 08:40:47 -0500
Chris Hamons wrote:
> I am at this step in my LFS build (Building and installing Binutils in
> chroot):
>
> http://www.linuxfromscratch.org/lfs/view/development/chapter06/binutils.html
>
> I am seeing four test failures:
>
> root:/sources/binutils-build/ld#
I am at this step in my LFS build (Building and installing Binutils in chroot):
http://www.linuxfromscratch.org/lfs/view/development/chapter06/binutils.html
I am seeing four test failures:
root:/sources/binutils-build/ld# for summary in $(find . -name
'*.sum'); do echo $summary; grep FAIL $summa