Alberto Massari <albertomassari <at> tiscali.it> writes: > > Hi, > relapath isn't really needed, as it is just used to implement an utility > function. As for the linker errors, I guess they are due to the specific > restriction of your target architecture; maybe Xerces is too big for the > memory of the system? In this case you could try excluding from the > library the parts that you don't plan to use (schema validation, DOM, > XInclude...) > > Alberto >
Hi, this was the issue. I will manage how to exclude some parts to try that xerces library fits on the memory of the system. Thanks for your help.