Query - GNU 2.17 ld

2007-06-20 Thread Vijaya N Malkapuram
Hello, I am facing a problem w.r.t symbols originating from .gnu.linkonce.r sections. I am using g++4.0.3 and 2.17 linker. Errors of the type : `.gnu.linkonce.r._ZTS7TI_ListI16TI_VoidPtrListElE' referenced in section `.data' of /Mgc_home/shared/lib/librxl.a(ti_cktrep.o): defined in discarded se

Re: Query

2007-03-28 Thread Nick Clifton
Hi Vijaya, I am facing a particular issue in GNU ld version 2.15 on Solaris(SPARC). I would like to know if it is already resolved. I am trying to create a 64bit app using gnu ld. The gnu ld fails to produce the 64bit executable if any of the objects contain 32 bit data relocations. (R_SPARC_32)

Query

2007-03-27 Thread Vijaya N Malkapuram
Hello, I am facing a particular issue in GNU ld version 2.15 on Solaris(SPARC). I would like to know if it is already resolved. I am trying to create a 64bit app using gnu ld. The gnu ld fails to produce the 64bit executable if any of the objects contain 32 bit data relocations. (R_SPARC_32). How