On Mon, May 27, 2002 at 10:19:53AM +0200, Schleicher Ralph (LLI) wrote:
> Albert Chin <[EMAIL PROTECTED]> writes:
> 
> > Hmm, this seems like a positive. Does it have any side affects? Have
> > you made this change and run the test suite against it?
> 
> I don't think it has any side effects.  I tried to patch Libtool but I
> didn't manage it completely.  Adding
> 
> for i in \$deplibs ; do
>     case \$i in
>       /*) $echo chatr -l \$i $lib ; chatr -l \$i $lib > /dev/null ;;
>     esac
> done
> 
> to archive_cmds in libtool.m4 was simple and it works for relinking
> shared libraries.  But I could not figure out how to do the same for
> relink_command in the temporary wrapper script for executables.
> 
> N.B., I have created an example project (10 kB) for demonstration
> purpose.  Yust ask me for it and I'll send it to anybody who is
> interested in.

Please post it to this list. I tried your example on a sample project
here and it seemed OK. I don't have a patch for libtool though. If I
have time, I'll try to do it but time is scarce these days.

-- 
albert chin ([EMAIL PROTECTED])

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to