Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: zsh/pcre module building
- X-seq: zsh-workers 16886
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: zsh/pcre module building
- Date: Sat, 23 Mar 2002 19:57:11 +0000
- In-reply-to: <1016807054.3021.12.camel@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <Pine.LNX.4.44.0203181722570.19248-100000@xxxxxxxxxxxxxxxx> <1016807054.3021.12.camel@xxxxxxxxxxxxxxxxxxxxx>
On Mar 22, 5:24pm, Borsenkow Andrej wrote:
} Subject: Re: PATCH: zsh/pcre module building
}
} > So if I comprehend what's going on here correctly, this links the zsh/pcre
} > module against libpcre, but doesn't link the zsh binary against it?
}
} I have been thinking about it before, just some comments
}
} - I hoped to create implementation that would share configure cache and
} make is possible to list help from every module's configure script using
} top-level configure --help and pass parameters to every module's
} configure script using top-level configure.
That sounds nice, too.
} - linking shared object with dynamic library is not portable. May be it
} works on every modern system nowadays, I do not know.
I believe Clint suggested that we do a configure-time test for whether
this works, and if not then include the shared object's dependencies in
the top-level link. But his patch doesn't do that, yet, I think.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author