libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

test failures


From: Patrick Welche
Subject: test failures
Date: Thu, 26 Oct 2006 15:37:39 +0100
User-agent: Mutt/1.5.11

All with CVS autotools, the following tests fail for me:

  16: link-order2.at:25  Link order of deplibs. 
      libtool
  35: nonrecursive.at:70 compiling softlinked libltdl
      libtoolize automake autoconf
  36: nonrecursive.at:94 compiling copied libltdl
      libtoolize automake autoconf
  37: nonrecursive.at:118 installable libltdl
      libtoolize automake autoconf
  38: recursive.at:53    compiling softlinked libltdl
      libtoolize autoconf automake
  39: recursive.at:73    compiling copied libltdl
      libtoolize autoconf automake
  40: recursive.at:93    installable libltdl
      libtoolize autoconf automake

thing is, it all seems to boil down to argz.c containing

#if defined(LTDL) && defined LT_CONFIG_H
#  include LT_CONFIG_H

and I seem to have LT_CONFIG_H defined to an empty string:

% pwd
/usr/src/local/libtool/tests/testsuite.dir/35/config.log:

LTDLOPEN='libltdl'
LTLIBOBJS=' ${LIBOBJDIR}argz$U.lo'
LT_CONFIG_H=''
LT_DLLOADERS=' ltdl/dlopen.la'

or even, out of libtool: compile: line:
... "-DLT_CONFIG_H=<>" -DLTDL

- now trying to find out why - any hints appreciated!

Cheers,

Patrick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]