From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8574 invoked from network); 9 Jul 2001 17:39:14 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Jul 2001 17:39:14 -0000 Received: (qmail 27567 invoked by alias); 9 Jul 2001 17:39:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15335 Received: (qmail 27504 invoked from network); 9 Jul 2001 17:39:05 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) Date: Mon, 9 Jul 2001 21:39:02 +0400 (MSD) From: Andrej Borsenkow X-X-Sender: To: cc: Subject: Re: propagate LDFLAGS to modules - howto? In-Reply-To: <200107090829.KAA14966@numa1.igpm.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 9 Jul 2001 jarausch@igpm.rwth-aachen.de 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