Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.0.2 (powerpc-apple-darwin1.4)
- X-seq: zsh-workers 15961
- From: Geoff Wing <mason@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: zsh 4.0.2 (powerpc-apple-darwin1.4)
- Date: Mon, 8 Oct 2001 06:36:21 +0000 (UTC)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: <20011008001533.A7577@xxxxxxxx> <000601c14fc2$afabdbd0$21c9ca95@xxxxxxxxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx> typed:
:> >> configure goes to some effort to avoid using the -s flag where that
:> >> wouldn't work.
:> But it only makes that effort when it's likely to need it, which is when
:> it's doing dynamic module loading.
: Obviously we hit the case when we need it even without dynamic loading.
: Now we have to come up with good test for it.
Maybe this bit of zshconfig.ac needs to be pulled into zsh-4 branch.
-------------------- snip from zshconfig.ac --------------------
if test -n "$auto_ldflags"; then
case "${enable_zsh_debug}$host_os" in
yesaix*|yeshpux*|yesnetbsd*|yesopenbsd*) ;; # "ld -g" is not valid on these systems
darwin*) LDFLAGS=-Wl,-x ;;
yes*) LDFLAGS=-g ;;
*) LDFLAGS=-s ;;
esac
fi
----------------------------------------------------------------
Regards,
--
Geoff Wing <gcw@xxxxxxxxx>
rxvt stuff <gcw@xxxxxxxx>
zsh stuff <gcw@xxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author