← Back to team overview

dolfin team mailing list archive

Re: libtool problems

 

I found the solution:

    apt-get install libtool

:*)

/Anders


On Tue, Feb 07, 2006 at 10:46:08AM -0600, Anders Logg wrote:
> When I run scripts/preconfigure to regenerate the build system, I get
> a number of error messages. First from autoconf:
> 
> configure.ac:59: error: possibly undefined macro: AC_PROG_LIBTOOL
>       If this token and others are legitimate, please use
>       m4_pattern_allow.
>       See the Autoconf documentation.
> 
> Then from automake:
> 
> src/kernel/common/Makefile.am:17: Libtool library used but `LIBTOOL' is undefined
> 
> I get the same error from the rest of the Makefile.am:s.
> 
> If I later try to compile, I get the following errors:
> 
> /bin/sh: @LIBTOOL@: command not found
> 
> If I try to export LIBTOOL from configure.ac by just doing
> 
> AC_SUBST(LIBTOOL)
> 
> then the error messages disappear but I still cannot compile:
> 
> /bin/sh: --mode=compile: command not found
> 
> So it seems that configure.ac should export something in LIBTOOL which
> it doesn't. Any ideas?
> 
> /Anders
> 
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev
> 

-- 
Anders Logg
Research Assistant Professor
Toyota Technological Institute at Chicago
http://www.tti-c.org/logg/



References