This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Libtool and target libraries


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]