Rosario Turco wrote:

> Sorry, my editor has removed the hyphens and spaces made.
> The exact command on Fedora 14 is (all lower case):
> 
> ../glibc-2.12.1/configure --prefix=/tools \
> --host = $ LFS_TGT --build =$(../ glibc-2.12.1/scripts/config.guess) \
> --disable-profile --enable-add-ons \
> --enable-kernel = 2.6.22.5 --with-headers=/tools /include \
> libc_cv_forced_unwind=yes libc_cv_c_cleanup= yes
> libc_cv_visibility_attribute=yes libc_cv_broken_visibility_attribute=no

Well there are still errors.  There are unwanted spaces around the = in 
line 2 (2 places), line 4, and line 5.  There is a missing backslash on 
line 5.  There are also extra spaces in line 2 before glibc and in line 
4 before the /include.

You have to be extremely precise.  On extra, missing, or changed 
character, including a case change, can make the system fail.

Some programs are more forgiving than others, but you have to study the 
documentation for each application to know which.

   -- Bruce

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

Reply via email to