Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: honor STRIPFLAGS for modules



Clint Adams wrote:
>Are there platforms where one would want STRIPFLAGS to be different
>for the shared objects?

On some systems (I think all a.out systems, definitely occurs on SunOS
4), stripping a shared object prevents it being dynamically linked.
There's a configure test for this.  As a result, stripping-related flags
have to be handled separately for the executable and for modules.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author