[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: Re: Compile error
From: |
BORBELY Zoltan |
Subject: |
Re: Fwd: Re: Compile error |
Date: |
Sun, 13 Jun 2004 15:08:31 +0200 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Sun, Jun 13, 2004 at 03:02:58AM -0700, John Green wrote:
> Here it is:
>
> - libtoolize (GNU libtool) 1.4.3
> - ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)
[...]
> > > gmake[1]: Entering directory
> > > `/root/gnokii/common/phones'
> > > /bin/sh ../../libtool --tag CXX --mode=compile gcc
> > -g
> > > -O2 -I../../include -I/usr/X11R6/include -o
> > > generic.lo -c generic.c
> > > libtool: unrecognized option `--tag'
> > > Try `libtool --help' for more information.
> > > gmake[1]: *** [generic.lo] Error 1
> > > gmake[1]: Leaving directory
> > > `/root/gnokii/common/phones'
It seems your libtool version is old, you can do one of the followings:
* replace the libtool script from a released tarball (libtool is generated
by libtoolize, in this case you will use a good version),
* delete the --tag CXX part from the LIBTOOL parameter in Makefile.global.in
and re-run configure.
Bye,
Bozo