Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Symbols in executable available to dynamic stuff
- X-seq: zsh-workers 4636
- From: Geoff Wing <gcw@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Zsh Hackers <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: Re: Symbols in executable available to dynamic stuff
- Date: Sun, 15 Nov 1998 11:56:24 +1100
- In-reply-to: <981114110036.ZM22986@xxxxxxxxxxxxxxxxxxxxxxx>; from Bart Schaefer on Sat, Nov 14, 1998 at 11:00:36AM -0800
- Organization: PrimeNet Computer Consultancy
- References: <19981114181808.A6571@xxxxxxxxxxxxxxx> <981114110036.ZM22986@xxxxxxxxxxxxxxxxxxxxxxx>
Bart Schaefer wrote about Re: Symbols in executable available to dynamic stuff:
:On Nov 14, 6:18pm, Geoff Wing wrote:
:} Subject: Symbols in executable available to dynamic stuff
:} Way, way back in Zefram's patch 3038 came aczsh.m4 and this gem:
:} zsh_SYS_DYNAMIC_EXECSYMS:
:} Check whether symbols in the executable are available to dynamically
:} loaded libraries.
:} If yes, then we don't build a dynamic zsh. What's the danger here?
:Eh? I can't find the "if yes, don't build dynamic" code to which you
:refer. The only thing this is used for as far as I can tell is as one
:of two tests to find out whether it's safe/possible to strip the binary
:after compiling it with dynamic linkage.
>From memory, look in configure.in, just after the test it will test
the result via != yes and if so, set L=L, otherwise L=N (as in @L@IBZSH)
Now, in Src, we're either building LIBZSH (which builds libzsh.*) or NIBZSH
(which doesn't.)
--
Geoff Wing <gcw@xxxxxxxxx> Mobile : 0412 162 441
Work URL: http://www.primenet.com.au/ Ego URL: http://pobox.com/~gcw/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author