On Aug 12, 2012, at 03:01 AM, Whitequill Riclo wrote: > > http://pastebin.com/hsgiNcvB > and please don't criticize what I'm doing. I've gotten a lot of that. > > my initial command is: > $LFS_TGT= x86_64-w64-mingw32-gcc > CC="$LFS_TGT -B/tools/lib/" AR=/w-environment/bin/$LFS_TGT-ar > RANLIB=/w-envronment/bin/$LFS_TGT-ranlib > ..source/gcc/configure --prefix=/w-environment/ --with-local- > prefix=/w-environment/ --enable-shared --enable-languages=c,c++ -- > disable-libstdcxx-pch --disable-multilib --disable-libgomp -- > without-ppl --without-cloog --build=$MACHTYPE --host=$LFS_TGT -- > with-mpfr-include=/mnt/Share/mpfr-3.0.1 --disable-bootstrap -- > disable-nls > > gcc version 4.7.0 20110505 (experimental)
Hello, Not sure where you have been getting your instructions from, but these commands don't look like what we have in the book, and you are building for an unsupported target for LFS. I say the easy way if you want to do it is to use: https://github.com/rubenvb/MinGW-w64-build-scripts/ From this mail: Which was replied to you at [email protected] Maybe contact Ruben Van Boxem Sincerely, William Harrington -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
