> I don't want to have you spend too much time looking at my efforts so I > guess my question is this: Is there any future plan to include interix > in the xalan-c build scipts much the same way xerces-c includes it?
Well, we usually rely on people like you to deal with ports. The main problem is we don't have endless amount of hardware and/or time. > just as an fyi, Interix is now free and as of 2003 Server R2 is no longer an > add-on - it will come as a built in Windows component so I imagine a lot of > folk in the future would find it useful if xalan-dev included in it in the > build scripts. I understand it is probably not on anyone's radar yet, just > looking for an idea as to whether the development group have considered it. Can it be installed under Windows XP? I've never dealt with Interix before, so I don't really understand all of the details. > /opt/gcc.3.3/lib/gcc-lib/i586-pc-interix3/3.3/../../../../i586-pc-interix3/b > in/ld: BFD 2.13.90 20021111 assertion fail > /dev/fs/C/gnu2.intel/egcs.source/bfd/coff > link.c:5211 Something very bad is happening here with the loader. I suspect there are some compiler bugs that are causing this. Also, "egcs" indicates you have a very old version of GCC. You will have problems building both Xerces-C and Xalan-C with versions of GCC prior to 2.95.x. What version are you using? > gmake[3]: Leaving directory `/xalan1_9/build/src/xalanc/Utils/MsgCreator' > ../../../bin/MsgCreator > /xalan1_9/xml-xalan/c/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf -TYPE INMEM > -LOCALE en_US > gmake[2]: *** [../../../nls/include/LocalMsgData.hpp] Segmentation fault > (core dumped) I have seen this before with older, buggy versions of GCC. Try running the runConfigure script and specify the -d option to disable optimization and see if that helps. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
