Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-19 Thread Kayvan A. Sylvan
On Tue, Feb 19, 2002 at 05:25:06PM +0100, Jean-Marc Lasgouttes wrote: > Kayvan> [kayvan@camel ~]$ automake --version automake (GNU automake) > Kayvan> 1.4 > > Kayvan> The other suggestions (make distclean and doing a fresh get) > Kayvan> did not work. > > I think the trick is to have at least au

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-19 Thread John Levon
On Wed, Feb 20, 2002 at 08:17:54AM +1300, Michael Koziarski wrote: > I have 1.4-p5 and am getting the same errors. Is there anything else > that might need updating? you'll still get the errors but they appear to be recoverable by "make" twice john -- "They eat cold meat for breakfast and ma

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-19 Thread Michael Koziarski
> I think the trick is to have at least automake 1.4-p5 (or 1.5). > > JMarc I have 1.4-p5 and am getting the same errors. Is there anything else that might need updating? -- | Michael Koziarski |"Con

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-19 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Tue, Feb 19, 2002 at 07:05:54AM -0800, Kayvan A. Sylvan John> wrote: >> The other suggestions (make distclean and doing a fresh get) did >> not work. John> A completely fresh checkout didn't work ?? John> moz docs 107 automake --ve

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-19 Thread John Levon
On Tue, Feb 19, 2002 at 04:58:37PM +0100, Lars Gullik Bjønnes wrote: > Ok I have no problem with that... but you get longer compile times and > a lot huger space usage again. don't get me wrong: I like the improvement :) But unless you have a way to avoid automake moaning, we're going to get fl

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-19 Thread Angus Leeming
On Tuesday 19 February 2002 3:58 pm, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | On Tue, Feb 19, 2002 at 07:05:54AM -0800, Kayvan A. Sylvan wrote: > > > >> The other suggestions (make distclean and doing a fresh get) did not work. > > > | A completely fresh checkout

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-19 Thread John Levon
On Tue, Feb 19, 2002 at 07:05:54AM -0800, Kayvan A. Sylvan wrote: > The other suggestions (make distclean and doing a fresh get) did not work. A completely fresh checkout didn't work ?? moz docs 107 automake --version automake (GNU automake) 1.4-p4 try that I suppose Or get Lars to back out a

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-19 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> On Tue, Feb 19, 2002 at 12:41:36PM +0100, Jean-Marc Lasgouttes Kayvan> wrote: >> > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: >> Kayvan> On Mon, Feb 18, 2002 at 12:04:19PM +0100, Jean-Marc Lasgouttes Kayvan> w

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-19 Thread Kayvan A. Sylvan
On Tue, Feb 19, 2002 at 12:41:36PM +0100, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> On Mon, Feb 18, 2002 at 12:04:19PM +0100, Jean-Marc Lasgouttes > Kayvan> wrote: > >> > R> Running ./autogen on my FreeBSD PC, generates strange complai

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-19 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> On Mon, Feb 18, 2002 at 12:04:19PM +0100, Jean-Marc Lasgouttes Kayvan> wrote: >> R> Running ./autogen on my FreeBSD PC, generates strange complaints R> about libraries. Is this a bug in CVS? >> No, you are supposed to ignore t

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-18 Thread Kayvan A. Sylvan
On Mon, Feb 18, 2002 at 12:04:19PM +0100, Jean-Marc Lasgouttes wrote: > > R> Running ./autogen on my FreeBSD PC, generates strange complaints > R> about libraries. Is this a bug in CVS? > > No, you are supposed to ignore them for now. Well... I can not... Since "make dist" is broken right now,

Re: ./autogen.sh: automake generates strange library/libtool complaints.

2002-02-18 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Hi, R> Running ./autogen on my FreeBSD PC, generates strange complaints R> about libraries. Is this a bug in CVS? No, you are supposed to ignore them for now. JMarc