I wrote a library called barvinok
(http://www.kotnet.org/~skimo//barvinok/barvinok-0.15.tar.gz)
which uses a static library called ntl.
In configure.in, I simply do
AC_CHECK_LIB(ntl, main,[],[
AC_MSG_ERROR(Need ntl)
])
so -lntl ends up in LIBS.
Now, what I would assume that would happen is
On Tue, Jun 07, 2005 at 09:34:41AM +0200, Ralf Wildenhues wrote:
> Hi Sven,
>
> I am very sorry it took me so long to look at this.
Thanks for looking into this.
> > Is there a problem with my assumptions or with libtool ?
>
> This is a bug in libtool, I believe.
> deplibs_check_method may not
billie$ VERBOSE=yes sh tests/mdemo-make.test
mdemo-make.test: === Running mdemo-make.test
mdemo-make.test: === Running `make ' in mdemo
(cd ../../libltdl; make `echo ./../../libltdl/libltdlc.la | sed 's,.*\.\./libltd
l/,,g'`)
make[1]: Entering directory `/tmp/libtool-2.1a/libltdl'
if /bin/bash ..
a static library.
---
commit b9ffa64e2c09be1dbcf08ee1c96ebd13c5206ba8
tree c93508d37c9ab5ffc9a5876aeb0e8a728fe654d7
parent 95c814e157c44ea65170239702eb421fa833c2fd
author Sven Verdoolaege <[EMAIL PROTECTED]> Wed, 22 Jun 2005 16:09:41 +0200
committer Sven Verdoolaege <[EMAIL PROTECTED]> Wed
On Wed, Jun 22, 2005 at 06:41:20PM +0200, Ralf Wildenhues wrote:
> Interesting. Please post $top_builddir/config.log (preferably bzip2 or
> gzip packed), and $top_builddir/config.h.
Attached.
> Do you use the Autoconf CVS version from a couple of weeks ago for
> bootstrapping? It had a nasty is
On Thu, Jun 23, 2005 at 08:31:48AM +0200, Ralf Wildenhues wrote:
> This is the Libtool version. You bootstrapped with an older unstable
> Autoconf version:
Right. I misread that.
Same thing with the cvs version.
> > It's this version that fails on solaris.
>
> Let's see: ls libltdl/argz.h crea