Re: Trouble upgrading to 2.2.6a

2009-09-14 Thread Alberto Luaces
Hello Ralf, El Sábado, 12 de Septiembre de 2009ES 07:20:48 Ralf Wildenhues escribió: > Well, not really. libtoolize has > > if test -n "$ac_auxdir"; then > # If $configure_ac contains AC_CONFIG_AUX_DIR, check that it was > # not given in terms of a shell variable! > [...] > e

Re: Trouble upgrading to 2.2.6a

2009-09-11 Thread Ralf Wildenhues
Hello Alberto, Bob, * Alberto Luaces wrote on Tue, Sep 08, 2009 at 04:52:09PM CEST: > On Martes, 8 de Septiembre de 2009 04:20:15 Bob Friesenhahn escribió: > > >>> I have searched on the web and it seems that the problem is a mismatch > > >>> with the libtool templates. However, I haven't been abl

Re: Trouble upgrading to 2.2.6a

2009-09-10 Thread Alberto Luaces
El Miércoles, 9 de Septiembre de 2009ES 19:56:22 Kurt Roeckx escribió: > This is a typical behaviour of mixing libtool 1.5 and 2.2 parts. > You probably have some aclocal.m4 file or simular somewhere still > containing 1.5 macro's. This is true in many cases, as I have seen from many other people.

Re: Trouble upgrading to 2.2.6a

2009-09-09 Thread Kurt Roeckx
On Mon, Sep 07, 2009 at 06:17:43PM +0200, Alberto Luaces wrote: > Hello, > > $ make > gcc -DPACKAGE_NAME=\"test1\" -DPACKAGE_TARNAME=\"test1\" - > DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"test1\ 0.9.0\" - > DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"test1\" - > DVERSION=\"0.9.0\"

Re: Trouble upgrading to 2.2.6a

2009-09-08 Thread Alberto Luaces
Hi Bob, On Martes, 8 de Septiembre de 2009 04:20:15 Bob Friesenhahn escribió: > >>> I have searched on the web and it seems that the problem is a mismatch > >>> with the libtool templates. However, I haven't been able to find any > >>> outdated template on my system: > >> > >> The outdated templat

Re: Trouble upgrading to 2.2.6a

2009-09-07 Thread Bob Friesenhahn
On Mon, 7 Sep 2009, Alberto Luaces wrote: I have recently updated my system, so now I have new versions of the Autotools: autoconf 2.64-2 automake 1:1.11-1 libtool 2.2.6a-4 Since you did not specify, I assume that your system runs the Plan 9 operating system? I have searched on the web an

Trouble upgrading to 2.2.6a

2009-09-07 Thread Alberto Luaces
Hello, I have recently updated my system, so now I have new versions of the Autotools: autoconf 2.64-2 automake 1:1.11-1 libtool 2.2.6a-4 I have a simple testcase where libtool fails to do the linking of a tiny executable, here is the process: $ ls configure.ac Makefile.am test1.c $ auto