From owner-freebsd-ports@FreeBSD.ORG Tue May 31 21:43:39 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08FE416A41C; Tue, 31 May 2005 21:43:39 +0000 (GMT) (envelope-from rittle@latour.waar.labs.mot.com) Received: from motgate8.mot.com (motgate8.mot.com [129.188.136.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE08D43D4C; Tue, 31 May 2005 21:43:35 +0000 (GMT) (envelope-from rittle@latour.waar.labs.mot.com) Received: from il06exr01.mot.com (il06exr01.mot.com [129.188.137.131]) by motgate8.mot.com (Motorola/Motgate7) with ESMTP id j4VLpZP7029066; Tue, 31 May 2005 14:51:36 -0700 (MST) Received: from latour.waar.labs.mot.com (latour.waar.labs.mot.com [173.23.133.73]) by il06exr01.mot.com (8.13.1/8.13.0) with ESMTP id j4VLlnOI000812; Tue, 31 May 2005 16:47:49 -0500 (CDT) Received: from latour.waar.labs.mot.com (localhost.waar.labs.mot.com [127.0.0.1]) by latour.waar.labs.mot.com (8.13.3/8.13.3) with ESMTP id j4VLhS1x092099; Tue, 31 May 2005 16:43:28 -0500 (CDT) (envelope-from rittle@latour.waar.labs.mot.com) Received: (from rittle@localhost) by latour.waar.labs.mot.com (8.13.3/8.13.3/Submit) id j4VLhRmx092089; Tue, 31 May 2005 16:43:27 -0500 (CDT) (envelope-from rittle) Date: Tue, 31 May 2005 16:43:27 -0500 (CDT) From: Loren James Rittle Message-Id: <200505312143.j4VLhRmx092089@latour.waar.labs.mot.com> To: gerald@pfeifer.com In-reply-to: <200505311544.j4VFi7xf007327@latour.waar.labs.mot.com> (message from Loren James Rittle on Tue, 31 May 2005 10:44:07 -0500 (CDT)) References: <20050527043911.GA62816@xor.obsecurity.org> <200505311544.j4VFi7xf007327@latour.waar.labs.mot.com> Cc: ports@freebsd.org, ak03@gte.com Subject: Re: GCC and /usr/bin/ld: unrecognized option '-Wl,-rpath X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rittle@labs.mot.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 21:43:39 -0000 >> [...] I've seen the following breakage on 5.4. >> /usr/bin/ld: unrecognized option '-Wl,-rpath >> Any ideas what might be broken now?? > No ideas off-hand. [...] I'm bootstrapping today. Will also > bootstrap with system ld, if I fail to see the problem. Hi Gerald, I don't see this issue on 5.4-STABLE (circa May 12) with today's FSF mainline sources against either (FSF) GNU ld version 2.16 20050510 or the system ld. FYI, I always use this general configure line: [gcc-src]/configure --with-gnu-as --with-gnu-ld \ --with-as=/usr/bin/as --with-ld=/usr/bin/ld (In my typical bootstrap case, I point to another location for as and ld.) Regards, Loren