From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14155 invoked by alias); 2 May 2004 23:47:09 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 14148 invoked from network); 2 May 2004 23:47:08 -0000 Received: from unknown (HELO modra.org) (144.136.182.144) by sources.redhat.com with SMTP; 2 May 2004 23:47:08 -0000 Received: by bubble.modra.org (Postfix, from userid 500) id 40105E6CC5; Mon, 3 May 2004 09:17:06 +0930 (CST) Date: Sun, 02 May 2004 23:47:00 -0000 From: Alan Modra To: Dan Kegel Cc: Binutils , vanl@megsinet.net Subject: Re: trouble building glibc-2.3.2/gcc-3.4.0/sparc64 with cvs binutils Message-ID: <20040502234706.GA2565@bubble.modra.org> Mail-Followup-To: Dan Kegel , Binutils , vanl@megsinet.net References: <40958104.3090409@kegel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40958104.3090409@kegel.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-05/txt/msg00040.txt.bz2 On Sun, May 02, 2004 at 04:15:16PM -0700, Dan Kegel wrote: [snip] > + sparc64-unknown-linux-gnu-gcc -v -nostdlib -nostartfiles -static -o [snip] > : undefined reference to `_DYNAMIC' glibc makefile bug, I'd say. _DYNAMIC won't be defined unless there is in fact a dynamic section, and you asked gcc to do a static link. -- Alan Modra IBM OzLabs - Linux Technology Centre