Let's drop bug-libtool. * Roumen Petrov wrote on Wed, Nov 12, 2008 at 10:01:56PM CET: > Please find attached file "convenience.at-log"
Thanks. > [SRCDIR]/tests/convenience.at:61: $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS > -o main main$i.lo liba$conv.la > stderr: > stdout: > libtool: link: i386-mingw32msvc-gcc -O2 -fno-strict-aliasing -Wall -o > .libs/main .libs/main1.o ./.libs/liba1.a > [SRCDIR]/tests/convenience.at:63: if "$lt_exe" ; then :; else lt_status=$?; > test "X$host" != "X$build" && test -x "$lt_exe" && exit 77; exit > $lt_status; fi > [SRCDIR]/tests/convenience.at:64: if "$lt_exe" ; then :; else lt_status=$?; > test "X$host" != "X$build" && test -x "$lt_exe" && exit 77; exit > $lt_status; fi > 19. convenience.at:30: skipped (convenience.at:64) OK. What is your point? Do you want the test to not skip if it cannot execute the cross-compiled binary? I fail to understand the bug that should be here still. Thanks, Ralf