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

*** shadow/1087 Thu Apr  5 05:58:06 2001
--- shadow/1087.tmp.10542       Sun Apr 29 05:52:29 2001
***************
*** 31,34 ****
  
  ------- Additional Comments From [EMAIL PROTECTED]  2001-04-05 05:58 -------
  What are those unreferenced variables?  Do you have the Xerces-C library 
! (libxerces-c1_4.so) available in the $XERCESCROOT/lib ?
--- 31,75 ----
  
  ------- Additional Comments From [EMAIL PROTECTED]  2001-04-05 05:58 -------
  What are those unreferenced variables?  Do you have the Xerces-C library 
! (libxerces-c1_4.so) available in the $XERCESCROOT/lib ?
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-04-29 05:52 -------
! I would like to confirm this bug. I've been trying both to build the Xerces-C
! library and to use it from a C++ program and every time I get linking errors. I
! am sure the LD_LIBRAY_PATH and XERCESCROOT environment varaibles are set right. 
! 
! When trying to build the library, right at the end when it is about to be
! created the following error comes up:
! -------------------------------------------
! ld: warning: symbol `bad_exception virtual table' has differing sizes:
!         (file /usr/local/lib/libstdc++.so value=0x18; file
! 
/usr/pkg/gcc-2.95.1/sun4x_56/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/libgcc.a(exception.o)
! value=0x20);
!        
! 
/usr/pkg/gcc-2.95.1/sun4x_56/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/libgcc.a(exception.o)
! definition taken
! ld: warning: symbol `exception virtual table' has differing sizes:
!         (file /usr/local/lib/libstdc++.so value=0x18; file
! 
/usr/pkg/gcc-2.95.1/sun4x_56/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/libgcc.a(exception.o)
! value=0x20);
!        
! 
/usr/pkg/gcc-2.95.1/sun4x_56/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/libgcc.a(exception.o)
! definition taken
! ------------------------------------
! 
! When trying to use the library from a C++ program this error shows up:
! ----------------------------------
! g++ -L. -L/usr/lib -L/usr/local/lib -fpic Mello.o SurgeReader.o
! WorkloadReaderFactory.o -o Mello \
!       -L/afs/acpub/users/s/c/scn3/xerces1.4.0/lib -lxerces-c1_4 -lc
! ld: warning: symbol `exception virtual table' has differing sizes:
!       (file /afs/acpub/users/s/c/scn3/xerces1.4.0/lib/libxerces-c1_4.so value=0x20;
! file /usr/local/lib/libstdc++.so value=0x18);
!       /afs/acpub/users/s/c/scn3/xerces1.4.0/lib/libxerces-c1_4.so definition taken
! ld: warning: symbol `bad_exception virtual table' has differing sizes:
!       (file /afs/acpub/users/s/c/scn3/xerces1.4.0/lib/libxerces-c1_4.so value=0x20;
! file /usr/local/lib/libstdc++.so value=0x18);
!       /afs/acpub/users/s/c/scn3/xerces1.4.0/lib/libxerces-c1_4.so definition taken
! --------------------------------------
! Thanks,
! Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to