From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19796 invoked by alias); 4 Jun 2008 13:34:27 -0000 Received: (qmail 19785 invoked by uid 22791); 4 Jun 2008 13:34:27 -0000 X-Spam-Check-By: sourceware.org Received: from imr1.ericy.com (HELO imr1.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 04 Jun 2008 13:34:06 +0000 Received: from eusrcmw750.eamcs.ericsson.se (eusrcmw750.exu.ericsson.se [138.85.77.50]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id m54DY3bd022577 for ; Wed, 4 Jun 2008 08:34:03 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Wed, 4 Jun 2008 08:34:03 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Disabling sysroot Date: Wed, 04 Jun 2008 13:34:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA04E1BD49@ecamlmw720.eamcs.ericsson.se> References: <6D19CA8D71C89C43A057926FE0D4ADAA04291110@ecamlmw720.eamcs.ericsson.se> <200805141603.35204.pedro@codesourcery.com> From: "Marc Khouzam" To: 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: 2008-06/txt/msg00018.txt.bz2 Hi, in the doc it says: If you want to use `solib-search-path' instead of=20 `sysroot', be sure to set `sysroot' to a nonexistent directory to prevent G= DB=20 from finding your host's libraries. Is there a recommended way to turn off sysroot? I can set it to something like /what/are/the/odds/of/this/dir/actually/exis= ting But it is not very elegant. Can I set sysroot to "" or to "-" or some other symbol? Or is setting sysroot to anything not starting with a / sufficient? Thanks