From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3506 invoked from network); 19 Sep 2001 15:15:24 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Sep 2001 15:15:24 -0000 Received: (qmail 29541 invoked by alias); 19 Sep 2001 15:15:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15846 Received: (qmail 29514 invoked from network); 19 Sep 2001 15:15:14 -0000 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: PATCH: Broken configure? In-reply-to: "Vincent Lefevre"'s message of "Wed, 19 Sep 2001 17:00:45 +0200." <20010919170045.A9983@greux.loria.fr> Date: Wed, 19 Sep 2001 16:14:40 +0100 Message-ID: <5093.1000912480@csr.com> From: Peter Stephenson Vincent Lefevre wrote: > I've added some echo's in configure. Under Solaris: > > ***** LDFLAGS 12: -L/users/spaces/lefevre/alpha-osf1/lib > checking for working RTLD_GLOBAL... yes > ***** LDFLAGS 13: > > This is because of the line > > LDFLAGS=$save_ldflags > > Note that "save_ldflags" isn't set before. Something wrong? Looks like that macro was copied wrongly from one of the later ones, since it doesn't alter LDFLAGS either. Index: aczsh.m4 =================================================================== RCS file: /cvsroot/zsh/zsh/aczsh.m4,v retrieving revision 1.12 diff -u -r1.12 aczsh.m4 --- aczsh.m4 2001/06/19 16:41:03 1.12 +++ aczsh.m4 2001/09/19 15:11:48 @@ -368,7 +368,6 @@ [zsh_cv_sys_dynamic_rtld_global=no], [zsh_cv_sys_dynamic_rtld_global=no] ) - LDFLAGS=$save_ldflags else zsh_cv_sys_dynamic_rtld_global=no fi -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 392070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************