2012/2/11 xunxun <[email protected]>: > If you don't need nls, you may add --disable-nls to your configure option. > > On Sun, Feb 12, 2012 at 12:42 AM, Whitequill Riclo > <[email protected]> wrote: >> thanks Kai, is there a known work around? >> >> On Fri, Feb 10, 2012 at 3:12 AM, Kai Tietz <[email protected]> wrote: >>> >>> Hi, >>> >>> this bug is caused by binutils' intl. The check for existance of >>> mempcpy seems to be broken for mingw. We provide this function, but >>> it seems not to be detected here by intl's configure checks. >>> >>> Regards, >>> Kai >>> >>> 2012/2/10 Whitequill Riclo <[email protected]>: >>> > http://pastebin.com/9F3ZRg3h >>> > I'm running into problems in the second build of gcc it gets to >>> > 'mempcpy' and then fails. >>> > I've tried to find a error like this but the only one I found that was >>> > exactly the same error was in regards to lyx. >>> > >>> > and that was after going though quite a few pages of search results. >>> > >>> > This is my configuration command; >>> > >>> > CC="$LFS_TGT-gcc -B/tools/lib/" AR=/w-environment/bin/$LFS_TGT-ar >>> > RANLIB=/w-environment/$LFS_TGT-ranlib ../source/binutils/configure >>> > --prefix=/w-environment/ --with-local-prefix=/w-environment/ >>> > --enable-shared --enable-langauges=c,c++ --disable-libstdcxx-pch >>> > --disable-multilib --disable-bootstrap --disable-libgomp --without-ppl >>> > --without-cloog --build=$MACHTYPE --host=$LFS_TGT >>> > --with-mpfr=$(pwd)/../source/mpfr --with-mpfr-lib=$(pwd)/mpfr/.libs >>> > >>> > and do tell me if this is the right group to ask this in, or if I >>> > should direct this to the devel group? >>> > >>> > >>> > ------------------------------------------------------------------------------ >>> > Virtualization & Cloud Management Using Capacity Planning >>> > Cloud computing makes use of virtualization - but cloud computing >>> > also focuses on allowing computing to be delivered as a service. >>> > http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> > _______________________________________________ >>> > Mingw-w64-public mailing list >>> > [email protected] >>> > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public >>> >>> >>> >>> -- >>> | (\_/) This is Bunny. Copy and paste >>> | (='.'=) Bunny into your signature to help >>> | (")_(") him gain world domination >>> >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Mingw-w64-public mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public >> >> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Mingw-w64-public mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public >> > > > > -- > Best Regards, > xunxun
Hmm, I think the underlying error is here the missing directory <prefix>/mingw (as symlink to <prefix>/<target>. I just tried bootstrap and it worked fine for me. But anyway, you can disable nls, this might help you here, too. Regards, Kai ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
