This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: trouble building glibc-2.3.2/gcc-3.4.0/sparc64 with cvs binutils


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]