This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.0: libffi -vs- Solaris `as'
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: 3.0: libffi -vs- Solaris `as'
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 12 Jun 2001 17:27:12 -0400 (EDT)
- cc: GCC Hackers <gcc at gcc dot gnu dot org>
On 12 Jun 2001, Tom Tromey wrote:
> ar: src/sparc/.libs/v9.o has no data in string table - size is 0
Most of this file is commented out, unless you are building for sparc64:
$ size v9.o
text data bss dec hex filename
0 0 0 0 0 v9.o
> src/sparc/.libs/v9.o: could not read symbols: Memory exhausted
GNU binutils choke on an empty symbol table, which gas will never create.
> I'm using Solaris as, but GNU ld. I've appended my top-level
> config.status.
Unless your GNU ld is 2.11 or newer you'll have other problems anyway.
I've been using the 010605 snapshot with good results.
Jeff