Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: propagate LDFLAGS to modules - howto?



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