PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2845 *** shadow/2845 Thu Jul 26 16:59:30 2001 --- shadow/2845.tmp.21659 Thu Jul 26 16:59:30 2001 *************** *** 0 **** --- 1,29 ---- + +============================================================================+ + | HP-UX 10.20 with CC A.10.40 needs +Z instead of +z | + +----------------------------------------------------------------------------+ + | Bug #: 2845 Product: Xerces-C++ | + | Status: NEW Version: 1.5.1 | + | Resolution: Platform: HP | + | Severity: Critical OS/Version: HP-UX | + | Priority: Other Component: Build | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Shared library build on HP-UX 10.20 with CC A.10.40 needs + files compiled with +Z instead of +z to account for bigger + linkage tables. + + With +z the following linker error is produced: + /usr/ccs/bin/ld: Data Linkage Table (+z) overflow in file + /usr/tmp/gryffindor/xerces-c-src1_5_1/obj/HPUX/ptrepository/ValueVectorOf<QName*>.o + - use +Z option to recompile + Reference from: + +/usr/tmp/gryffindor/xerces-c-src1_5_1/obj/HPUX/ptrepository/ValueVectorOf<QName*>.o(0x1344) + /usr/ccs/bin/ld: Invalid fixups exist + + Edit Makefile.incl:311 and change +z to +Z --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
