From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15666 invoked by alias); 5 May 2004 02:26:41 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 15659 invoked from network); 5 May 2004 02:26:41 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 5 May 2004 02:26:41 -0000 Received: (qmail 12439 invoked by uid 10); 5 May 2004 02:26:40 -0000 Received: (qmail 17654 invoked by uid 500); 5 May 2004 02:26:31 -0000 From: Ian Lance Taylor To: Adrian Bunk Cc: gcc-help@gcc.gnu.org Subject: Re: How to build an RPATH into gcc? References: <20040502125641.GY2541@fs.tum.de> Date: Wed, 05 May 2004 02:26:00 -0000 In-Reply-To: <20040502125641.GY2541@fs.tum.de> 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-05/txt/msg00053.txt.bz2 Adrian Bunk writes: > LDFLAGS="-L/usr/local/lib -R/usr/local/lib" ../configure > didn't work Why didn't this work? Does the sparc-netbsdelf1.5 linker support the -R option? If it does not support -R, does it support --rpath? Was the -R option actually used when linking gcc? Ian