bug-libtool
[Top][All Lists]
Advanced

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

Re: libtoox 2.x and echo


From: Ralf Wildenhues
Subject: Re: libtoox 2.x and echo
Date: Sun, 13 Apr 2008 16:11:22 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hello Alberto,

* Alberto Simões wrote on Sun, Apr 13, 2008 at 04:04:48PM CEST:
> I had a lot of trouble finding out why libtool resulted on these errors:
>
> /bin/sh ../libtool --tag=CC   --mode=compile gcc  
> -DG_LOG_DOMAIN=\"numexp-kernel\" -D_GNU_SOURCE  -I. -I.. -I.. -I. -I..  
> -Wall -ggdb  -pthread -I/usr/include/glib-2.0  
> -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -g -O2 -MT  
> element.lo -MD -MP -MF .deps/element.Tpo -c -o element.lo element.c
> ../libtool: line 809: X--tag=CC: command not found

This happens when macro files (libtool.m4, ltoptions.m4, ...) and script
file (ltmain.sh) do not match.  Probably aclocal picked up some
libtool.m4 from a 1.5.x version.  Please ensure it finds the ones from
Libtool 2.2.x (by using 'aclocal -I ...', installing the macro files in
your package and using ACLOCAL_AMFLAGS, or by adding a line containing
$libtool_prefix/share/aclocal to $automake_prefix/share/aclocal/dirlist.

Cheers,
Ralf




reply via email to

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