RE: Libtool head: stresstest.at export of w8$ symbol

2005-09-02 Thread Peter Ekberg
Ralf Wildenhues wrote: > Hi Peter, > > * Peter Ekberg wrote on Fri, Sep 02, 2005 at 12:03:14PM CEST: > > > > I'm trying to make sence of the problem with stresstest.at on > > Windows (MinGW, Cygwin and MSVC) where the following symbols > > can't be exported during linking of dlself with -export-s

FYI: put AC_BEFORE decls in the right place [libtool--devo--1.0--patch-253]

2005-09-02 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-252 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-252 A tests/.arch-ids/early-libtool.at.id A tests/.arch-ids/link-order.at.id A tests

Re: put AC_BEFORE decls in the right place [libtool--gary--1.0--patch-41]

2005-09-02 Thread Gary V. Vaughan
On 2 Sep 2005, at 15:38, Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Fri, Sep 02, 2005 at 12:56:14PM CEST: Okay to commit? Yes, please! Done. Good catch -- how'd you find it? Trying to set up another AC_BEFORE to do the same thing by example for my current work on LT_WITH_

bootstrap update; pdksh specialties (was: the ltdl issue(s))

2005-09-02 Thread Ralf Wildenhues
Hi Patrick, others, * Patrick Welche wrote on Thu, Sep 01, 2005 at 08:22:12PM CEST: > On Thu, Sep 01, 2005 at 03:51:08PM +0200, Ralf Wildenhues wrote: > > > > Even better: MAKE=gmake /bin/sh -vx ./bootstrap > > You know my setup too well ;-) For the other readers: Patrick and I have been going

Re: put AC_BEFORE decls in the right place [libtool--gary--1.0--patch-41]

2005-09-02 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Fri, Sep 02, 2005 at 12:56:14PM CEST: > > Okay to commit? Yes, please! Good catch -- how'd you find it? Cheers, Ralf > AC_BEFORE only works if declarations are made inside the macro > cited as the first argument: > > * libltdl/m4/libtool.

Re: Libtool head: stresstest.at export of w8$ symbol

2005-09-02 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Fri, Sep 02, 2005 at 12:03:14PM CEST: > > I'm trying to make sence of the problem with stresstest.at on > Windows (MinGW, Cygwin and MSVC) where the following symbols > can't be exported during linking of dlself with -export-symbols > dlselfsyms: > > w1$ *snip*

put AC_BEFORE decls in the right place [libtool--gary--1.0--patch-41]

2005-09-02 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? AC_BEFORE only works if declarations are made inside the macro cited as the first argument: * libltdl/m4/libtool.m4 (LT_OUTPUT): Move AC_BEFORE decls... (LT_INIT, LT_LANG): ...to the macro that has to c

Libtool head: stresstest.at export of w8$ symbol

2005-09-02 Thread Peter Ekberg
Hi! I'm trying to make sence of the problem with stresstest.at on Windows (MinGW, Cygwin and MSVC) where the following symbols can't be exported during linking of dlself with -export-symbols dlselfsyms: w1$ w3$ w4$ w5$ w6$ w7$ w8$$ w9$ w10$ w11$ w12$ w13$ w14$ w15$ I have found a fix which makes