Libtool and target libraries
Paul Brook
paul@nowt.org
Thu Jul 24 20:32:00 GMT 2003
On Wednesday 23 July 2003 1:11 am, Alexandre Oliva wrote:
> On Jul 22, 2003, Paul Brook <paul@nowt.org> wrote:
> > Have I missed some magic incantation somewhere
>
> Do you have anything like this (from libstdc++-v3/acinclude.m4) in
> your acinclude.m4:
>
> sinclude(../libtool.m4)
> dnl The lines below arrange for aclocal not to bring an installed
> dnl libtool.m4 into aclocal.m4, while still arranging for automake to
> dnl add a definition of LIBTOOL to Makefile.in.
> ifelse(,,,[AC_SUBST(LIBTOOL)
> AC_DEFUN([AM_PROG_LIBTOOL])
> AC_DEFUN([AC_LIBTOOL_DLOPEN])
> AC_DEFUN([AC_PROG_LD])
> ])
I did, but also had AC_PROC_LIBTOOL in configure.in. Removing that solved
the problem. Thanks for the pointer.
Paul
More information about the Gcc
mailing list