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/09/13 15:38:51 UTC

[DO NOT REPLY: Bug 3585] New: Plenty of ld warnings - symbols twice encountered

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=3585

*** shadow/3585	Thu Sep 13 06:38:51 2001
--- shadow/3585.tmp.3739	Thu Sep 13 06:38:51 2001
***************
*** 0 ****
--- 1,35 ----
+ +============================================================================+
+ | Plenty of ld warnings - symbols twice encountered                          |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3585                        Product: Xerces-C++              |
+ |       Status: NEW                         Version: 1.5.1                   |
+ |   Resolution:                            Platform: Other                   |
+ |     Severity: Normal                   OS/Version: AIX                     |
+ |     Priority: Other                     Component: Build                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: lpetit@sqli.com                                              |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Used :
+ export XERCESCROOT=<mypath>
+ ./runConfigure -paix -cxlc_r -xxlC_r -minmem -nfileonly -tnative
+ => Creation of Makefiles OK
+ Then compiling using GNU make
+ => Compilation gets OK
+ But linkage with ldd produces a very lot of warnings like (sorry it's in French):
+ ld : 0711-224 AVERTISSEMENT : Symbole XMLReader::isWhitespace(const unsigned
+ short) en double
+ 
+ 71 screens where filled with those messages so it's about 71 * 19 warnings per
+ screen = more than 1300 ld warnings ! ! ! 
+ 
+ At the end, the library is compiled and present in $XERCESCROOT/lib.
+ 
+ Samples compile well, althought the same amount of warnings while linking.
+ 
+ I had a look at the Makefiles and Makefile.incls produced by configure via
+ ./runConfigure, but was not able to guess the problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org