Hi :)

On Sat 16 Jul 2016 11:15, Thomas Klausner <w...@netbsd.org> writes:

> "/scratch/lang/guile20/work/guile-2.0.12/test-suite/standalone/test-loose-ends":
>  not in executable format: File format not recognized

I think that because test-loose-ends is built with libtool, the right
incantation here is:

"libtool --mode=execute gdb test-loose-ends"

Would you mind doing that?  Then we might have a proper backtrace :)
You probably have to run that within the equivalent of:

  TESTS_ENVIRONMENT =                                           \
    top_srcdir="$(top_srcdir)"                                  \
    srcdir="$(srcdir)"                                          \
    builddir="$(builddir)"                                      \
    @LOCALCHARSET_TESTS_ENVIRONMENT@                            \
    GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 "${top_builddir}/meta/build-env"

Andy



Reply via email to