Re: pointer conversion errors

2005-11-01 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > [ Paul, the rest of this thread will be readable soon at > http://lists.gnu.org/archive/html/libtool-patches/2005-11/msg2.html > We'd be interested in your opinion on this matter -- thanks. ] My understanding is that even with the patch, you'll st

Re: SCO/buffix patch 6 of 10: AC_PROG_NM fixes

2005-11-01 Thread Tim Rice
On Tue, 1 Nov 2005, Ralf Wildenhues wrote: > Hi Kean, > > * Kean Johnston wrote on Tue, Nov 01, 2005 at 08:34:00AM CET: [snip] > > > nm -B /dev/null > > >on SCO output, by the way? Maybe we can adjust the old scheme to that? > > A usage message becuase it doesn't support -B, but it does > > sup

Re: SCO/buffix patch 6 of 10: AC_PROG_NM fixes

2005-11-01 Thread Kean Johnston
nm_to_check="${ac_tool_prefix}nm" [ -n "$ac_tool_prefix"] && nm_to_check="$nm_to_check nm" Space missing before ]: ^ Right :) I was just typing blind to make sure you were OK with the concept. Wrong. The original code looked *only* at the first line. The problem with looking at all lines

FYI: Solaris, combining a bunch of convenience archives

2005-11-01 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Oct 14, 2005 at 04:52:30PM CEST: > * Ralf Wildenhues wrote on Thu, Oct 13, 2005 at 09:19:06AM CEST: > > * Albert Chin wrote on Wed, Oct 12, 2005 at 11:21:50PM CEST: > > > > > > If libtool sees -xarch=v9, it should add -64 to the linker > > > command-line. > > > > Y

Re: FYI: THANKS updated

2005-11-01 Thread Kean Johnston
Index: THANKS === RCS file: /cvsroot/libtool/libtool/THANKS,v retrieving revision 1.47 diff -u -r1.47 THANKS --- THANKS 3 Jul 2005 16:55:48 - 1.47 +++ THANKS 1 Nov 2005 15:54:51 - @@ -6,6 +6,7 @@ to Libtool

FYI: SCO/bugfix patch 3 of 10: AC_LIBTOOL_DLOPEN_SELF

2005-11-01 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Tue, Nov 01, 2005 at 05:25:10AM CET: > * Kean Johnston wrote on Mon, Oct 31, 2005 at 06:14:27PM CET: > > Let's just go a different, simpler route: > wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" > > Similarly to a few lines above the offend

FYI: THANKS updated

2005-11-01 Thread Ralf Wildenhues
As always, I hope I did not forget anybody. Applied to HEAD and branch-1-5. Cheers, Ralf * THANKS: Updated. Index: ChangeLog === RCS file: /cvsroot/libtool/libtool/ChangeLog,v retrieving revision 1.2151 diff -u -r1.2151 Chan

Re: FYI: default convenience ltdl [293]

2005-11-01 Thread Gary V. Vaughan
Oops, forgot the manual bit of my patch process to tie arch changesets back to quilt diff files: see corrected subject line. Gary V. Vaughan wrote: Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LTDL_INIT): Call _LT_ENABLE_INSTALL directly

Re: [patch 05/19] 288-gary-ltdl-nonrecursive-tests.diff Queue

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Ho Gary, Ho Ralf (what language are we greeting each other in now btw?), Okay to commit? Yes, please, after addressing these two nits: - accommodate for Makefile.inc changes (AM_CPPFLAGS and AM_LDFLAGS) Have I missed an instance? I thought that was all taken care

Re: pointer conversion errors

2005-11-01 Thread Tom Kacvinsky
I can try the patch on HP-UX and Tru64. Ralf Wildenhues wrote: Hi Gary, Tom, Paul, [ Paul, the rest of this thread will be readable soon at http://lists.gnu.org/archive/html/libtool-patches/2005-11/msg2.html We'd be interested in your opinion on this matter -- thanks. ] * Gary V. Vaughan w

Re: [patch 3/3] 306-gary-treat-argz-m4-like-ltdl-m4.diff

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for your patience. I'm afraid that we are not yet understanding each other... please bear with me: * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 01:02:17PM CET: Ralf, I know you have reservations about this one, but I don't really under

FYI: default convenience ltdl [libtool--devo--1.0--patch-348]

2005-11-01 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-347 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-347 M libltdl/m4/ltdl.m4 M ChangeLog * modified files Index: Changelog from

FYI: diagnose hand maintained aclocal updates [305]

2005-11-01 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-346 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-346 M libtoolize.m4sh M tests/libtoolize.at M ChangeLog * modified files I

FYI: add libtool macro file serial tags [304]

2005-11-01 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-345 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-345 M libltdl/m4/ltoptions.m4 M libltdl/m4/ltsugar.m4 M libltdl/m4/ltversion.in M

Re: [patch 2/3] 305-gary-diagnose-hand-maintained-aclocal-updates.diff

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for the quick review! * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 01:00:00PM CET: Redone against HEAD, and split into 3 for ease of review :-) Okay to commit? It'd be nice if you addressed my question at the end of http://lists.gnu.

Re: [patch 3/3] 306-gary-treat-argz-m4-like-ltdl-m4.diff

2005-11-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 01:02:17PM CET: > > Ralf, I know you have reservations about this one, but I don't really > understand them. Can you explain what it is you worry will go wrong > if this is applied? Surely. libtoolize has just grown to include a lot of t

Re: [patch 2/3] 305-gary-diagnose-hand-maintained-aclocal-updates.diff

2005-11-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 01:00:00PM CET: > Redone against HEAD, and split into 3 for ease of review :-) > Okay to commit? It'd be nice if you addressed my question at the end of http://lists.gnu.org/archive/html/libtool-patches/2005-10/msg00209.html Otherwise, yes

Re: pointer conversion errors

2005-11-01 Thread Ralf Wildenhues
Hi Gary, Tom, Paul, [ Paul, the rest of this thread will be readable soon at http://lists.gnu.org/archive/html/libtool-patches/2005-11/msg2.html We'd be interested in your opinion on this matter -- thanks. ] * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 12:39:06PM CET: > Ralf Wildenhues wro

Re: [patch 1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-11-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 12:57:57PM CET: > Redone against HEAD, and split into 3 parts for easy review :-) > Okay to commit? Yes. Fire away! :) Cheers, Ralf > Index: libtool--devo--1.0/ChangeLog > from Gary V. Vaughan <[EMAIL PROTECTED]> > * libltdl/m4/

[patch 1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-11-01 Thread Gary V. Vaughan
Redone against HEAD, and split into 3 parts for easy review :-) Okay to commit? Cheers, Gary. libltdl/m4/argz.m4 |2 +- libltdl/m4/ltoptions.m4 |2 +- libltdl/m4/ltsugar.m4 |2 +- libltdl/m4/ltversion.in |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) Inde

[patch 3/3] 306-gary-treat-argz-m4-like-ltdl-m4.diff

2005-11-01 Thread Gary V. Vaughan
Redone against HEAD, and split into 3 for ease of review :-) Okay to commit? Ralf, I know you have reservations about this one, but I don't really understand them. Can you explain what it is you worry will go wrong if this is applied? Regardless of whether we apply this patch, I think it is impo

[patch 2/3] 305-gary-diagnose-hand-maintained-aclocal-updates.diff

2005-11-01 Thread Gary V. Vaughan
Redone against HEAD, and split into 3 for ease of review :-) Okay to commit? Cheers, Gary. libtoolize.m4sh | 22 +++-- tests/libtoolize.at | 125 +++- 2 files changed, 142 insertions(+), 5 deletions(-) Index: libtool--devo--1.0/

Re: pointer conversion errors

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: I'm not sure whether I need to ask for approval for this patch.. Anyway, I'll apply this to branch-1-5 and HEAD unless someone disagrees. Without it, IBM compilers barf over this in picky mode. I believe it even be necessary as per C standard. POSIX allows for function

Re: FYI: SCO/bugfix patch 2 of 10: ltmain.in dlopen_deplibs

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 11:09:09AM CET: Ralf Wildenhues wrote: [...] also add the THANKS entry which will remove Gary from the second place in the list. :-> Feh! Well, if that's how you feel: I QUIT! :'( No, that's

Re: FYI: SCO/bugfix patch 2 of 10: ltmain.in dlopen_deplibs

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > [...] also add the THANKS entry which will remove Gary from the second place in the list. :-> Feh! Well, if that's how you feel: I QUIT! :'( -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

Re: more macro cleanup: AC_LIBTOOL_DLOPEN_SELF

2005-11-01 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: OK to apply to branch-1-5 and forward-port (HEAD has only the STRIP_LIB part missing, I believe)? Yes, please commit. Thanks for this... there is still much bogosity along these lines where I never did quite seem to get around to addressing this comment afte

Re: [1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Mon, Oct 31, 2005 at 05:11:01PM CET: libltdl/m4/argz.m4 |2 +- libltdl/m4/ltoptions.m4 |2 +- libltdl/m4/ltsugar.m4 |2 +- libltdl/m4/ltversion.in |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) Index: libto

Re: FYI: SCO/bugfix patch 2 of 10: ltmain.in dlopen_deplibs

2005-11-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 11:09:09AM CET: > Ralf Wildenhues wrote: > > [...] also add the THANKS entry which will > >remove Gary from the second place in the list. :-> > > Feh! Well, if that's how you feel: I QUIT! :'( No, that's not how I feel! It's what order

Re: glibc and dlopen self static

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Kean, * Kean Johnston wrote on Tue, Nov 01, 2005 at 08:06:35AM CET: instead. Bug in dlopen/dlerror? Yes I suspect it must be. I guess in a sense it shows how obscure the case of testing for being able todlopen yourself if you are linked statically is :) So perhaps

Re: glibc and dlopen self static

2005-11-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 11:17:38AM CET: > Ralf Wildenhues wrote: > >* Kean Johnston wrote on Tue, Nov 01, 2005 at 08:06:35AM CET: > > > >>>instead. Bug in dlopen/dlerror? > >> > >>Yes I suspect it must be. I guess in a sense it shows how obscure > >>the case of te