This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc 3.1 and 64 bit solaris link errors
- From: Teemu Torma <tot at trema dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 19 May 2002 23:55:57 +0200
- Subject: gcc 3.1 and 64 bit solaris link errors
- Organization: Trema Group
I am seeing strange link errors when linking c++ programs compiled with gcc
3.1 for 64 bit solaris 2.7, using binutils 2.12.1.
The link errors look all like:
main.o:itimerspec/../../lib/support/numeric:41: relocation truncated to fit:
R_SPARC_DISP32 .gnu.linkonce.t._ZNSt13runtime_errorC2ERKS_
The error message is always the same but the symbol. The applications I have
seen this link against multiple biggish c++ shared libraries, which compile
and build just fine.
Any ideas what is the problem?
Teemu