This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
problem build 64bit programs on sparcv9
- From: "William Rundquist" <war at wetware dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Sat, 31 May 2003 15:41:11 -0700
- Subject: problem build 64bit programs on sparcv9
- Organization: Wetware Services, Inc
- Reply-to: <war at wetware dot com>
I'm getting the following error when trying to
link a program with a library all of which has
been build with gcc 3.3 which I built from the
source for Sun Solaris 9.
The gcc 0v output is:
Reading specs from /opt/gnudev/lib/gcc-lib/sparc-sun-solaris2.9/3.3/specs
Configured with: ../gcc-3.3/configure --prefix=/opt/gnudev --with-gnu-as
--with-as=/opt/gnudev/bin/as --with-gnu-ld --with-ld=/opt/gnudev/bin/ld
Thread model: posix
gcc version 3.3
The error that I'm getting is:
gcc -m64 -L. -Lwlog -o hq_daemon hq_daemon.o hq_child.o -lhq -lwlog -lsocket
-lnsl
./libhq.a: could not read symbols: Memory exhausted
collect2: ld returned 1 exit status
make: *** [hq_daemon] Error 1
All the files in the library were built with
gcc -03 -m64
Any suggestions would be greatly appreciated.
Thanks.
Andy Rundquist