Re: libtool 1.4.2 on Darwin -- namespace support on the command-line

2002-10-10 Thread Benjamin Reed
On Thu, 2002-10-10 at 11:11, Boehne, Robert wrote: > A similar case is the use of $ORIGIN/ in a hardcoded > library path. Not many OS's support it, and anyone > who depends on it would limit the possible supported > platform list down to only those that do. Ahh, I see what you're saying. No, t

Re: libtool 1.4.2 on Darwin

2002-10-10 Thread Boehne, Robert
Benjamin, My point is that it would encourage developers to write softwre that would ONLY compile on Darwin. A similar case is the use of $ORIGIN/ in a hardcoded library path. Not many OS's support it, and anyone who depends on it would limit the possible supported platform list down to only th

Re: libtool 1.4.2 on Darwin

2002-10-09 Thread Benjamin Reed
On Wed, 2002-10-09 at 19:10, Robert Boehne wrote: > If we added support for library namespace, all of the > Darwin developers would start developing software with > Libtool that used it, and therefore wouldn't link on > other systems, correct? I'm not claiming I have ever > seen a Mac running X+

Re: libtool 1.4.2 on Darwin

2002-10-09 Thread Robert Boehne
Benjamin, If we added support for library namespace, all of the Darwin developers would start developing software with Libtool that used it, and therefore wouldn't link on other systems, correct? I'm not claiming I have ever seen a Mac running X+ so you'll have to correct me if I'm wrong. Libt

Re: libtool 1.4.2 on Darwin

2002-10-09 Thread Benjamin Reed
On Wed, 2002-10-09 at 16:15, Robert Boehne wrote: > Christoph, > > The patch against libtool.m4 is different from what is in > CVS branch-1-4. Does today's branch-1-4 have the problem > your patch intends to fix? It appears that this may > be fixed in CVS. > If you would, please get Libtool c

Re: libtool 1.4.2 on Darwin

2002-10-09 Thread Robert Boehne
Christoph, The patch against libtool.m4 is different from what is in CVS branch-1-4. Does today's branch-1-4 have the problem your patch intends to fix? It appears that this may be fixed in CVS. If you would, please get Libtool cvs branch-1-4, if you don't have access to it for some reason, s

Re: libtool 1.4.2 on Darwin

2002-10-09 Thread Christoph Egger
> > Yes, you already said that. The stuff above is about the libtool 1.4 > > _branch_, while the libtool-darwin patch is in the mainstream > development tree. > > Right, and I have not yet seen anything that said there will be a > libtool 1.4.3 release, only that there will be a libtool release i

Re: libtool 1.4.2 on Darwin

2002-10-09 Thread Benjamin Reed
> Yes, you already said that. The stuff above is about the libtool 1.4 > _branch_, while the libtool-darwin patch is in the mainstream development tree. Right, and I have not yet seen anything that said there will be a libtool 1.4.3 release, only that there will be a libtool release in general, s

Re: libtool 1.4.2 on Darwin

2002-10-09 Thread Christoph Egger
> > On Wednesday, October 9, 2002, at 01:20 AM, Christoph Egger wrote: > > >> so diff would be just in the last part around `-install_name > >> $parth/$soname` > >> > > > > Good to know. Is there an anonymous CVS access? If yes, where and how? > > Then I could give you a diff against this branch

Re: libtool 1.4.2 on Darwin

2002-10-09 Thread Benjamin Reed
On Wednesday, October 9, 2002, at 01:20 AM, Christoph Egger wrote: >> so diff would be just in the last part around `-install_name >> $parth/$soname` >> > > Good to know. Is there an anonymous CVS access? If yes, where and how? > Then I could give you a diff against this branch, if merging makes

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Christoph Egger
> > > Bruce Korb wrote: > > Christoph Egger wrote: > > > > > >>Ok, here we come: I just did 2) > >>The fix is replacing this line > >> > >>archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || > >>echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs > >>$deplibs$linker_flags -i

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Guido Draheim
Bruce Korb wrote: > Christoph Egger wrote: > > >>Ok, here we come: I just did 2) >>The fix is replacing this line >> >>archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || >>echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs >>$deplibs$linker_flags -install_name $rpath/$sona

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Christoph Egger
> While we're on the subject of darwin and libtool, we've been needing to > make changes to libtool to make KDE compile on darwin that haven't been > discussed in this thread. > > Darwin's GCC has a number of very weird states it can get into during > the linking stage because of it's crappy ld (

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Benjamin Reed
While we're on the subject of darwin and libtool, we've been needing to make changes to libtool to make KDE compile on darwin that haven't been discussed in this thread. Darwin's GCC has a number of very weird states it can get into during the linking stage because of it's crappy ld (grin), and I

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Christoph Egger
> In regard to: Re: libtool 1.4.2 on Darwin, Christoph Egger said (at > 11:26pm...: > > >Ok, here we come: I just did 2) > >The fix is replacing this line > > > >archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || >

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Christoph Egger
> Christoph Egger wrote: > > > Ok, here we come: I just did 2) > > The fix is replacing this line > > > > archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || > > echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs > > $deplibs$linker_flags -install_name $rpath/$soname $verstri

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Tim Mooney
In regard to: Re: libtool 1.4.2 on Darwin, Christoph Egger said (at 11:26pm...: >Ok, here we come: I just did 2) >The fix is replacing this line > >archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || >echo -dynamiclib) $allow_undefined_flag -

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Bruce Korb
Christoph Egger wrote: > Ok, here we come: I just did 2) > The fix is replacing this line > > archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || > echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs > $deplibs$linker_flags -install_name $rpath/$soname $verstring' > > by this

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Christoph Egger
> Christoph Egger wrote: > > > > All what I want are three things: > > > > 1) That my above fix becomes part of one of the next libtool releases > > 2) That libtool calls gcc with the right params, so that gcc doesn't > break > > the compiling process with 'gcc: -install_name only allowed with >

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Guido Draheim
Christoph Egger wrote: > > All what I want are three things: > > 1) That my above fix becomes part of one of the next libtool releases > 2) That libtool calls gcc with the right params, so that gcc doesn't break > the compiling process with 'gcc: -install_name only allowed with > -dynamiclib'

Re: libtool 1.4.2 on Darwin

2002-10-08 Thread Christoph Egger
> >>Christoph Egger wrote: > >> > >>I am running Darwin 6.1. libtool 1.4.2, autoconf 2.52 and automake > >>1.6.1 are shipped with it. > >> > >>The application I write loads dynamic libs at runtime or at least it > >>should. > >>But Darwin says, the dynamic lib are not of the right type of object >

Re: libtool 1.4.2 on Darwin

2002-10-07 Thread Christoph Egger
> Isn't that the old zsh qouting bug? Well, people still refuse to give us > an 1.4.3 anysoon, so may be you want to expand your configure scripts > with: > http://ac-archive.sf.net/Installed_Packages/patch_libtool_on_darwin_zsh_overquoting.html zsh? Is that yet another shell? I use the bash shel

Re: libtool 1.4.2 on Darwin

2002-10-07 Thread Guido Draheim
Isn't that the old zsh qouting bug? Well, people still refuse to give us an 1.4.3 anysoon, so may be you want to expand your configure scripts with: http://ac-archive.sf.net/Installed_Packages/patch_libtool_on_darwin_zsh_overquoting.html Christoph Egger wrote: > Usually I don't reply myself, but

Re: libtool 1.4.2 on Darwin

2002-10-07 Thread Christoph Egger
Usually I don't reply myself, but I have some news related to my problem: > > Hi! > > > > I am running Darwin 6.1. libtool 1.4.2, autoconf 2.52 and automake 1.6.1 > are > > shipped with it. > > > > The application I write loads dynamic libs at runtime or at least it > should. > > But Darwin say

libtool 1.4.2 on Darwin

2002-10-07 Thread Christoph Egger
Sorry for resending this mail, but I forgot two things: 1. An appropriate subject 2. To mention, that I am NOT subscribed on this list. So please CC me all mails belonging to this thread, please. > Hi! > > I am running Darwin 6.1. libtool 1.4.2, autoconf 2.52 and automake 1.6.1 are > shipped