Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Strange tests in configure Re: AIX-problem: the main module won't link statically
- X-seq: zsh-workers 14855
- From: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxx>
- Subject: Strange tests in configure Re: AIX-problem: the main module won't link statically
- Date: Tue, 12 Jun 2001 10:06:07 +0400 (MSD)
- In-reply-to: <Pine.SV4.4.33.0106112146580.6656-100000@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
There is something fishy here. We have
if aixdynamic
preset AIX values including DLLDFLAGS=""
else
...
case $host in
aix ) DLLDFLAGS="-G -bexportall ..."
But the second branch is never executed for AIX. Anybody remembers what's
going on here? What DLLDFLAGS are needed on AIX? Oliver, what have you
used?
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author