Hi,
In my linux system xalan and xerces are already installed, how can i used these.
these are present in /usr/inclue/xalanc and /usr/include/xercesc
i have done like.
export XALANCROOT="/usr/inclue/xalanc"
export XERCESCROOT="/usr/inclue/xercesc"
then when i try to link my program showing that undefine reference to xalan and xerces..
Please can some body tell me how to work on these.
Thanks,
In my linux system xalan and xerces are already installed, how can i used these.
these are present in /usr/inclue/xalanc and /usr/include/xercesc
i have done like.
export XALANCROOT="/usr/inclue/xalanc"
export XERCESCROOT="/usr/inclue/xercesc"
then when i try to link my program showing that undefine reference to xalan and xerces..
Please can some body tell me how to work on these.
Thanks,
Comment