Hello Markus, A while ago you wrote:
* Duft Markus wrote on Thu, Jul 20, 2006 at 08:17:41AM CEST: > > seems i found a little ... äähmm ... bug(??) ;o) when i do: > > $ CC=wgcc CXX=wgcc LD=wgcc ../libtool-1.5.22/configure > --prefix=/wamas/libtool/test/binary > > and after that bootstrap libtool, and do "$ gmake" libtool trys to recheck > with: > > $ gmake > /bin/sh ./config.status --recheck > running /bin/sh ../libtool-1.5.22/configure > --prefix=/wamas/libtool/test/binary > CC=wgcc CXX=wgcc --enable-ltdl-install --no-create --no-recursion > > which isn't too good, since LD is not set, and > /opt/gcc3.3/blahblah.../ld is used instead of wgcc, which breaks > everything.... This is exactly why you should do this in the first place: ../libtool-1.5.22/configure CC=wgcc CXX=wgcc LD=wgcc \ --prefix=/wamas/libtool/test/binary That way, config.status stores the information about you having changed CC, CXX, LD, etc., and uses it for the recheck. By the way, it strikes me as a bit odd that you need LD=wgcc, but then again, I haven't had time to look at your libtool/wgcc related changes at all yet, still sitting in a largish mail backlog... In another message, you wrote: * Duft Markus wrote on Thu, Jul 20, 2006 at 08:53:15AM CEST: > > Seems i was wrong with the recheck bug. Whenever i reconfigure in a > directory where i allready configured libtool i get this: > > rm -f ltmain.shT > date=`/bin/sh ../libtool-1.5.22/mkstamp < ../libtool-1.5.22/ChangeLog` > && sed - > e 's/@''PACKAGE@/libtool/' -e 's/@''VERSION@/1.5.22/' -e > "s%@""[EMAIL PROTECTED] > %" ../libtool-1.5.22/ltmain.in > ltmain.shT > mv -f ltmain.shT ../libtool-1.5.22/ltmain.sh || (rm -f > ../libtool-1.5.22/ltmain > .sh && cp ltmain.shT ../libtool-1.5.22/ltmain.sh && rm -f ltmain.shT) > cp ../libtool-1.5.22/ltmain.sh ../libtool-1.5.22/libltdl/ > configure: error: tag name "CXX" already exists Is this still an issue, when you heed the advice above? I haven't seen this bug before. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool