kamaraju kusumanchi <raju.mailinglists@xxxxxxxxx> writes: >> g++ a.cpp b.cpp -m64 > /var/tmp//ccJd8iNV.o(.eh_frame+0x40): relocation truncated to fit: > R_SPARC_DISP32 .gnu.linkonce.t._ZNSt6vectorISsSaISsEEC1Ev > collect2: ld returned 1 exit status ... > Is this a bug or am I doing something crazy in the code? This looks like a bug. If you are using the GNU linker, it is possible that using a newer version of the linker will fix this. I don't actually know, though. Ian