This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
C++ Templete Instantiation Problem
- From: "Kriti Dutta" <kriti dot dutta at oracle dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Wed, 14 Dec 2005 18:29:13 +0530
- Subject: C++ Templete Instantiation Problem
I am trying to compile some C++ code using the g++ version 2.96 in a Red
Hat Linux ia64 box.
And while compiling one of the file which has a lot of code for template
instantiations I get the following error:
__gp does not cover short data segment
moreover compilation of this file takes about a day and then finally I get
the above error.
I have also tried fragmenting the code into different files even that did
not work and I got some other kind of error:
gnu.linkonce relocation truncated to fit: PCREL21B
If anybody has ever encountered such errors may be he/she can help us with
the workaround available.
With regards
Kriti.