> 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' > > 3) The the right fix for 2) becomes part of libtool, too. > > aye.
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 one: archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $ libobjs $deplibs$linker_flags $(test .$module = .yes || echo -install_name $rpath/$soname) $verstring' Does this look ok? Can/will this go into the official libtool tree? > hmm, I have an updated one, the one published in the gnu ac-archive > category is again behind the moon, service unavailable... > > http://ac-archive.sf.net/guidod/patch_libtool_on_darwin_zsh_overquoting.html Haven't tried that yet. Sorry. I am so happy with my fix, that I don't need anything else but the answer, if my fix is accepted or not. :) Thank for your help. -- CU, Christoph Egger E-Mail: [EMAIL PROTECTED] +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool