Em 16-02-2014 13:48, Golam Md. Shibly escreveu: > ../gcc-4.8.1/libstdc++-v3/configure \ > --host=$BDUX_TGT \ > --prefix=/tools \ > --disable-multilib \ > --disable-shared \ > --disable-nls \ > --disable-libstdcxx-threads \ > --disable-libstdcxx-pch \ > --with-gxx-include-dir=/tools/$BDUX_TGT/include/c++/4.8.1 > > > checking if i686-BDUX-linux-gnu-gcc supports -c -o file.o... (cached) yes > checking whether the i686-BDUX-linux-gnu-gcc linker > (/mnt/bdux/tools/i686-BDUX-linux-gnu/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... configure: error: Link tests > are not allowed after GCC_NO_EXECUTABLES. > > What can be the reason? > > shibly
i686-BDUX seems to the cause. You are modifying what is in the book, and this is the second problem, just in the beginning of the tools. It is good, modifications and mistakes, so one learn a lot. But the first time building, just try to copy and paste and only fill the places where asked. I don't know if it's your first time. A frequent mistake is not considering the "vii. Host System Requirements". Each line from the output of the script is relevant, difference probably will cause errors somewhere. http://www.linuxfromscratch.org/lfs/view/development/prologue/hostreqs.html Probably better to restart. -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
