From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14974 invoked by alias); 24 Oct 2006 20:58:39 -0000 Received: (qmail 14965 invoked by uid 22791); 24 Oct 2006 20:58:38 -0000 X-Spam-Check-By: sourceware.org Received: from mail.zeugmasystems.com (HELO zeugmasystems.com) (192.139.122.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 24 Oct 2006 20:58:32 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: GDB 6.5: LDFLAGS not passing through to subdirectory configure's. Date: Tue, 24 Oct 2006 20:58:00 -0000 Message-ID: <66910A579C9312469A7DF9ADB54A8B7D417F31@exchange.ZeugmaSystems.local> From: "Kaz Kylheku" To: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00232.txt.bz2 The reasons is that in gdb-6.5/Makefile.in, you have this: LDFLAGS =3D instead of LDFLAGS =3D @LDFLAGS@ Why?