Ben,
I have a patch to disable relinking, for some reason on current libtool,
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
This is wrong, and makes libtool think relinking is required, set it to no.
I am not sure if you also need to set
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
I haven't looked in ltmain, it may need this var to be set to actually disable relinking, as you can see doing this is pretty meaningless.
Yup, this works for me -- libtool 1.5 now properly builds arts and other KDE stuff on KDE-Darwin without any patches.
Attached is the patch against current CVS... (OK, so one patch, but I'm working under the assumption this will be accepted =)
Thanks for the help, everyone, libtool 1.5 is looking pretty solid now on OSX.
libtool-darwin-hardcode-fixes.patch
Description: Binary data
_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool