> I'm using xalan1.8... There should be no problem > compiling it with xerces2.6, right? It worked > fine on windows... Do you have any suggestions > why the MsgCreator crashes?
There should be no problem using Xalan-C 1.8 with Xerces-C 2.6, although you should make sure you build Xerces from the source distribution. We need to know what version of AIX you're using, and whether or not it's 32-bit or 64-bit. Also, we need to know the compiler and version you are using. This looks very much like a bug with GCC we've seen on other platforms. You might try running the MsgCreator executable with the correct arguments outside of the make environment, to see if you get more information. If you do, then please post it. Otherwise, try running MsgCreator with gdb, and get the stack trace where it crashes, and post that. This looks very much like a compiler/loader bug, because this code works fine on other platforms. Dave
