You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/02/22 16:17:35 UTC

[Bug 676] New - Linux for S/390 build requires -fPIC

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=676

*** shadow/676	Thu Feb 22 07:17:35 2001
--- shadow/676.tmp.11044	Thu Feb 22 07:17:35 2001
***************
*** 0 ****
--- 1,24 ----
+ +============================================================================+
+ | Linux for S/390 build requires -fPIC                                       |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 676                         Product: Xerces-C                |
+ |       Status: NEW                         Version: 1.4                     |
+ |   Resolution:                            Platform: Other                   |
+ |     Severity: Normal                   OS/Version: Linux                   |
+ |     Priority:                           Component: Build                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: Neale.Ferguson@SoftwareAG-usa.com                            |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The Linux flag -fpic results in problems during link:
+ /FS/DALI51A/mco/src/xerces-c-src1_4_0/obj/LINUX/DTDAttDefList.o: In function 
+ `RefHashTableOfEnumerator<DTDAttDef> type_info function':
+ /FS/DALI51A/mco/src/xerces-c-src1_4_0/obj/LINUX/DTDAttDefList.o
+ (.gnu.linkonce.t.__tft24RefHashTableOfEnumerator1Z9DTDAttDef+0x2e): relocation 
+ truncated to fit: R_390_GOT12 RefHashTableOfEnumerator<DTDAttDef> type_info node
+ 
+ Changing to -fPIC eliminated the build error.