[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtoox 2.x and echo
From: |
Andreas Schwab |
Subject: |
Re: libtoox 2.x and echo |
Date: |
Sun, 13 Apr 2008 17:19:27 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux) |
Alberto Simões <address@hidden> writes:
> Hi, folks
>
> 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
> ../libtool: line 842: libtool: ignoring unknown tag : command not found
> ../libtool: line 809: X--mode=compile: command not found
> ../libtool: line 976: *** Warning: inferring the mode of operation is
> deprecated.: command not found
> [...]
Make sure you don't have any old libtool macros in acinclude.m4, or
anywhere else in the source tree where aclocal might look.
Andreas.
--
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- Re: libtoox 2.x and echo, (continued)
- Re: libtoox 2.x and echo, Ralf Wildenhues, 2008/04/13
- Re: libtoox 2.x and echo, Alberto Simões, 2008/04/13
- Re: libtoox 2.x and echo, Ralf Wildenhues, 2008/04/13
- Re: libtoox 2.x and echo, Alberto Simões, 2008/04/13
- Re: libtoox 2.x and echo, Ralf Wildenhues, 2008/04/13
- Re: libtoox 2.x and echo, Alberto Simões, 2008/04/13
- Re: libtoox 2.x and echo, Ralf Wildenhues, 2008/04/13
- Re: libtoox 2.x and echo, Alberto Simões, 2008/04/13
- Re: libtoox 2.x and echo, Ralf Wildenhues, 2008/04/13
- Re: libtoox 2.x and echo, Alberto Simões, 2008/04/13
Re: libtoox 2.x and echo,
Andreas Schwab <=