This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

problem build 64bit programs on sparcv9


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



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