Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: propagate LDFLAGS to modules - howto?
- X-seq: zsh-workers 15335
- From: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <jarausch@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: propagate LDFLAGS to modules - howto?
- Date: Mon, 9 Jul 2001 21:39:02 +0400 (MSD)
- Cc: <zsh-workers@xxxxxxxxxx>
- In-reply-to: <200107090829.KAA14966@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
On Mon, 9 Jul 2001 jarausch@xxxxxxxxxxxxxxxxxxx wrote:
> Hi,
>
> I've configured current zsh (on my IRIX-6.5 box) with
> LDFLAGS='-s -L/usr/LOCAL/lib -rpath=/usr/LOCAL/lib'
> since my libpcre.so is there.
>
> But when executing pcregrep (having loaded it before
> without any error message)
> I get an rld error showing that /usr/LOCAL/lib
> is not in the list of searched directories.
>
> How can I pass this information to the Makefile
> building libpcre ?
>
DLLDFLAGFS=...
Do not forget you need all flags, I guess -shared at least.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author