From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30062 invoked by alias); 2 Feb 2009 16:20:52 -0000 Received: (qmail 30051 invoked by uid 22791); 2 Feb 2009 16:20:51 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_92,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service2-us.mimecast.com (HELO service2-us.mimecast.com) (209.59.2.2) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 02 Feb 2009 16:20:47 +0000 Received: from savm-exch03.arc.com (mailgate-sa02.arc.com [83.244.211.73]) by service2-us.mimecast.com; Mon, 02 Feb 2009 11:20:43 -0500 content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: include path Date: Mon, 02 Feb 2009 16:20:00 -0000 Message-ID: <5569E67A2E319949992066CE19C44BF608B2F7@savm-exch03.arc.com> References: <5569E67A2E319949992066CE19C44BF608B2F5@savm-exch03.arc.com> <20090202150301.GA11602@caradoc.them.org> From: "Richard Stuckey" To: X-MC-Unique: 109020211204300602 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00019.txt.bz2 Sorry, should have been more specific. I meant that I do not get a -I option for the given path as part of the gdb command line when building gdb. I have tried explicitly adding this path to CPPFLAGS, by adding=20 CPPFLAGS=3D"$CPPFLAGS -I" to the configure.ac script, and that does work. So if I can just get the path from the script variables, instead of hard-coding it into the script, that should be sufficient. Richad