Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: propagate LDFLAGS to modules - howto?
- X-seq: zsh-workers 15355
- From: jarausch@xxxxxxxxxxxxxxxxxxx
- To: Andrej.Borsenkow@xxxxxxxxxxxxxx
- Subject: Re: propagate LDFLAGS to modules - howto?
- Date: Tue, 10 Jul 2001 10:47:29 +0200
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <Pine.SV4.4.33.0107092138000.12375-100000@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: jarausch@xxxxxxxxxxxxxxxxxxx
On 9 Jul, Andrej Borsenkow wrote:
> 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=...
probably that's DLLDFLAGS=
Now I've rebuilt zsh and
ldd pcre.so correctly gives
libpcre.so.1 => /usr/LOCAL/lib/libpcre.so.1
and ls -l /usr/LOCAL/lib/libpcre.so.1* gives
lrwxr-xr-x 1 root sys 14 Jul 4 10:52 /usr/LOCAL/lib/libpcre.so.1 -> libpcre.so.1.1
-rw-r--r-- 1 root sys 85136 Jul 4 10:52 /usr/LOCAL/lib/libpcre.so.1.1
but now
zmodload pcre
gives
zsh: failed to load module: pcre
So how to find out the reason?
Therefore a plea for a new feature
Could zmodload take a '-v' option and show
where it tries to load from and some more detail of
the reason it failed?
Thanks,
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany
Messages sorted by:
Reverse Date,
Date,
Thread,
Author