From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14979 invoked by alias); 28 Feb 2004 10:10:58 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 14969 invoked from network); 28 Feb 2004 10:10:57 -0000 Received: from unknown (HELO desire.geoffk.org) (67.169.96.182) by sources.redhat.com with SMTP; 28 Feb 2004 10:10:57 -0000 Received: from desire.geoffk.org (localhost.localdomain [127.0.0.1]) by desire.geoffk.org (8.12.10/8.12.10) with ESMTP id i1SAAugn002132; Sat, 28 Feb 2004 02:10:56 -0800 Received: (from geoffk@localhost) by desire.geoffk.org (8.12.10/8.12.10/Submit) id i1SAAtds002128; Sat, 28 Feb 2004 02:10:55 -0800 X-Authentication-Warning: desire.geoffk.org: geoffk set sender to geoffk@geoffk.org using -f To: "John David Anglin" Cc: gcc-patches@gcc.gnu.org, aldyh@redhat.com Subject: Re: [patch] do not disregard LD_LIBRARY_PATH for c++, g77 and objc tests References: <200402280308.i1S38aW7009619@hiauly1.hia.nrc.ca> From: Geoff Keating Date: Sat, 28 Feb 2004 18:12:00 -0000 In-Reply-To: <200402280308.i1S38aW7009619@hiauly1.hia.nrc.ca> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-02/txt/msg02700.txt.bz2 "John David Anglin" writes: > + # For Solaris 32 bit: > + } elseif [info exists env(LD_LIBRARY_PATH_32)] { > + set original_ld_library_path $env(LD_LIBRARY_PATH_32) > + # For Solaris 64 bit: > + } elseif [info exists env(LD_LIBRARY_PATH_64)] { > + set original_ld_library_path $env(LD_LIBRARY_PATH_64) > + } else { > + set original_ld_library_path "" > + } I'm fairly sure this logic here is not right. Solaris 32 bit and 64 bit coexist on the same system, don't they? -- - Geoffrey Keating