On 04/10/11 06:36 PM, Lázaro Morales wrote:
>   What I don't understand is Why when I execute configure:
>
> $ ./configure \
>     --target=$LFS_TGT --prefix=/tools \
>     --disable-nls --disable-shared --disable-multilib \
>     --disable-decimal-float --disable-threads \
>     --disable-libmudflap --disable-libssp \
>     --disable-libgomp --enable-languages=c \
>     --with-gmp-include=$(pwd)/gmp --with-gmp-lib=$(pwd)/gmp/.libs \
>     --without-ppl --without-cloog
LFS Book 6.8 chapter 5.5.1 - "Installation of cross gcc - pass 1" the 
above configure step should be -

> ../gcc-4.5.2/configure \
> --target=$LFS_TGT --prefix=/tools \
> --disable-nls --disable-shared --disable-multilib \
> --disable-decimal-float --disable-threads \
> --disable-libmudflap --disable-libssp \
> --disable-libgomp --enable-languages=c \
> --with-gmp-include=$(pwd)/gmp --with-gmp-lib=$(pwd)/gmp/.libs \
> --without-ppl --without-cloog
It looks like you are running configure in the gcc source 
directory.Please run it in a dedicated build directory as shown in the book.
-- 
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