Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: on AIX, builds zsh.xxx.so
- X-seq: zsh-workers 8891
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: on AIX, builds zsh.xxx.so
- Date: Fri, 03 Dec 1999 20:42:02 +0000
- In-reply-to: ""Andrej Borsenkow""'s message of "Thu, 02 Dec 1999 13:35:20 +0300." <000001bf3cb0$eed9e030$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
"Andrej Borsenkow" wrote:
> > > Vardhan Varma wrote:
> > > > on AIX, default makefiles build a zsh.xxx.so.
> > > > What changes do i do to make is statically linked.
> > >
> > > Add "--disable-dynamic" to the configure command line.
> > will that not disable dynamic loading of modules too ??
> > Actuall zsh being dependent on zsh-3.1.6.so is causing
> > problem. i've compiled on HP and SunOS too, where
> > ldd zsh doesn not list anny zsh*so
>
> Zsh tests if symbols in executables are available; and it will use additional
> flags to avoid libzsh.so on known systems. If libzsh.so is built on AIX it
> means, that these tests fail and you won't be able to use dynamic modules
> without libzsh.so at all.
That's a configuration bug, then, because it's not necessary on AIX. My
AIX testing ground has now gone, however.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author