hi, I followed LFS6.1 to gcc-pass 2...here is some output of 'make'
// When I have the --enable-clocale=gnu on:
Checking for C locale to use ... gnu
Checking for msgfmt yes
Checking for libintl.h usability yes
Checking for libintl.h presence yes
Checking for library containing gettext ... Configure:error:Link tests are not allowed after GCC_NO_EXECUTABLE
make:***[configure-target-libstdc++-v3] Error 1
//When i get rid of --enable-clocale=gnu, the error msg jumps to another location:
Checking for sin in -lm... Configure:error:Link tests are not allowed after GCC_NO_EXECUTABLE
make:***[configure-target-libstdc++-v3] Error 1
----------------------------------------------------------------------------------------------------------
Here is some info about my machine and some changes I made thru out the building(so far..

)
amd64
host system: Mandrake 10.1 devel;
I added '--host=${TARGET}' and '--libdir=/tools/lib64' to almost every packages I've built;
spec file was examined carefully, shouldn't be any problems;
from the suggestion of ryan's scripts, I also made CC="gcc -m64"
.....
---------------------------------------------------------------------------
well, i don't think those changes are really matter, since I had the same problems the first time I built gcc-pass2 which I didn't pay much attention to x86_64 and didn't change a lot except the spec file...then, i decided to rebuild and made the chances above...
Any one can help???
