Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: on AIX, builds zsh.xxx.so
- X-seq: zsh-workers 8848
- From: Zefram <zefram@xxxxxxxx>
- To: vardhan@xxxxxxxxxxx (Vardhan Varma)
- Subject: Re: on AIX, builds zsh.xxx.so
- Date: Thu, 2 Dec 1999 09:29:35 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <199912020920.OAA14173@xxxxxxxxxxxxxxxxxx> from Vardhan Varma at "Dec 2, 1999 2:51:16 pm"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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.
> (or at least give it a -R //path// while building zsh).
It should do that itself. Note that you can't run zsh directly from
the build directories; you have to install the .so files so that it can
find them.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author