I'm trying to build Xerces C 1.1.0 under AIX 4.3.3 with egcs.

By modifying Makefile.incl, I was able to bring the whole thing
to the point where it compiles with warnings like

---------------------------------------------------
In file included from
/tools/AIX_4.3/parser/xerces-csrc_1_1_0_d05/include/internal/ReaderMgr.hpp:99,
                 from ReaderMgr.cpp:114:
/tools/AIX_4.3/parser/xerces-csrc_1_1_0_d05/include/internal/XMLReader.hpp:
In function `static bool XMLReader::isXMLLetter(short unsigned int)':
/tools/AIX_4.3/parser/xerces-csrc_1_1_0_d05/include/internal/XMLReader.hpp:520:
warning: sorry: semantics of inline function static data `const XMLByte
ourMask' are wrong (you'll wind up with multiple copies)
/tools/AIX_4.3/parser/xerces-csrc_1_1_0_d05/include/internal/XMLReader.hpp:520:
warning:   you can work around this by removing the initializer
---------------------------------------------------

Modifications in the Makefile.incl file included setting
-DAPP_NO_THREADS. 

When I try to run one of samples, the result is, not surprisingly, a
core dump.

Any hints? Has anybody successfully compiled Xerces C 1.1.0 under AIX
4.3 with egcs?

Thanks

Urs

-------------------------------------------------------------
     __________  ________  ____   ___
    /___   ___/\/  _____/\/   |\ /  /\  |  Urs Baumeler
    \__/  /\__\/  /_____\/  | ||/  / /  |  TEN AG Informatik
      /  / /  /  ____/\ /  /| |/  / /   |  Mattenbachstr. 6
     /  / /  /  /____\//  / | |  / /    |  CH-8400 Winterthur
    /__/ /  /_______/\/__/ /|___/ /     |  Switzerland
    \__\/   \_______\/\__\/ \___\/      |  email: mailto:[EMAIL PROTECTED]
                                        |  http://www.ten.ch

      Tel: ++41 (52) 233 67 67    Fax: ++41 (52) 233 67 66

Reply via email to