From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1766 invoked by alias); 6 Jan 2011 19:22:38 -0000 Received: (qmail 1750 invoked by uid 22791); 6 Jan 2011 19:22:37 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_GC,TW_IB X-Spam-Check-By: sourceware.org Received: from mailout-de.gmx.net (HELO mail.gmx.net) (213.165.64.22) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 06 Jan 2011 19:22:33 +0000 Received: (qmail invoked by alias); 06 Jan 2011 19:22:30 -0000 Received: from xdsl-89-0-148-107.netcologne.de (EHLO localhost.localdomain) [89.0.148.107] by mail.gmx.net (mp016) with SMTP; 06 Jan 2011 20:22:30 +0100 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1PavPo-00062b-MH; Thu, 06 Jan 2011 20:22:28 +0100 Date: Thu, 06 Jan 2011 19:22:00 -0000 From: Ralf Wildenhues To: Gerald Pfeifer Cc: java@gcc.gnu.org, gcc@gcc.gnu.org, Loren James Rittle Subject: Re: Unrecognized option '-Wl,-rpath' for jv-convert Message-ID: <20110106192228.GC17791@gmx.de> Mail-Followup-To: Ralf Wildenhues , Gerald Pfeifer , java@gcc.gnu.org, gcc@gcc.gnu.org, Loren James Rittle References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2010-08-04) Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2011-01/txt/msg00002.txt.bz2 * Gerald Pfeifer wrote on Thu, Jan 06, 2011 at 08:07:26PM CET: > I am trying to debug this, alas not very successfully so far and am > looking for a pointer or two. > > This happens with head as well; binutils (/usr/local/bin/ld) is 2.20.1. > > > Note 1: This can be avoid configuring with --disable-rpath. GCC > understands --disable-rpath, yet the string "rpath" does not occur > in _any_ *.texi file. Could someone donate a bit of documentation? > I'll be happy to include that in our install documentation. > > Note 2: I did not set -rpath to begin with, this is something libjava > does, and I am wondering whether this is correct to begin with? Could be libtool issue or lib-link.m4 one (or gcj one). Can you send ./libtool --tag=GCJ --config output? Does passing '-Wl,-rpath -Wl,/foo' to gcj work for a small example program for you? Thanks, Ralf