libtoolize does not detect libltld directory correctly or what?

2008-05-21 Thread Peter Volkov
Hello. I've just encountered problem that running libtoolize (from libtool 2.2.4) inside libltdl directory from libtool-1.5.26 or older instead of updating libltdl files leads to creation of libltdl directory with its files inside. In other words if I do: $ cd libltdl/ $ ls acinclude.m4 config-h

Re: problem getting ARFLAGS to work...

2008-05-21 Thread Peter Rosin
Ed Hartnett skrev: Peter Rosin <[EMAIL PROTECTED]> writes: In order to build my library on AIX in 64-bit mode, I have to be able to set the ARFLAGS, but I can't get that to work. No matter what I do, my ARFLAGS are ignored, and "cru" is used. *snip* Libtool uses AR_FLAGS. I don't know why the

Re: problem getting ARFLAGS to work...

2008-05-21 Thread Ed Hartnett
Bob Friesenhahn <[EMAIL PROTECTED]> writes: > On Wed, 21 May 2008, Ed Hartnett wrote: >>> From the info pages on Automake: >> >> `AR' and `ARFLAGS' default to `ar' and `cru' respectively; you can >> override these two variables my setting them in your `Makefile.am', >> by `AC_SUBST'ing them

Re: problem getting ARFLAGS to work...

2008-05-21 Thread Ed Hartnett
Peter Rosin <[EMAIL PROTECTED]> writes: >> In order to build my library on AIX in 64-bit mode, I have to be able >> to set the ARFLAGS, but I can't get that to work. No matter what I do, >> my ARFLAGS are ignored, and "cru" is used. > > *snip* > > Libtool uses AR_FLAGS. I don't know why there's a

Re: problem getting ARFLAGS to work...

2008-05-21 Thread Bob Friesenhahn
On Wed, 21 May 2008, Ed Hartnett wrote: From the info pages on Automake: `AR' and `ARFLAGS' default to `ar' and `cru' respectively; you can override these two variables my setting them in your `Makefile.am', by `AC_SUBST'ing them from your `configure.ac', or by defining a per-library `m

Re: problem getting ARFLAGS to work...

2008-05-21 Thread Peter Rosin
Ed Hartnett skrev: Hello all! I am the maintainer of a free software package for scientific data storage: netcdf. I have been asking about a problem on the automake mailing list, but they tell me that this is a libtool issue, so now I will ask here on the libtool list. I am using automake 1.

problem getting ARFLAGS to work...

2008-05-21 Thread Ed Hartnett
Hello all! I am the maintainer of a free software package for scientific data storage: netcdf. I have been asking about a problem on the automake mailing list, but they tell me that this is a libtool issue, so now I will ask here on the libtool list. I am using automake 1.10 and libtool 2.2.2.