[Xml-coreutils-discuss] Compilation Problem
Status: Alpha
Brought to you by:
lbreyer
From: Latha G. <la...@ai...> - 2011-04-29 06:33:58
|
Hi, On Linux OS , I am getting the following compilation error Making all in doc make[1]: Entering directory `/home/lathag/xmlutils/xml-coreutils-0.8a/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/lathag/xmlutils/xml-coreutils-0.8a/doc' Making all in src make[1]: Entering directory `/home/lathag/xmlutils/xml-coreutils-0.8a/src' make all-recursive make[2]: Entering directory `/home/lathag/xmlutils/xml-coreutils-0.8a/src' Making all in . make[3]: Entering directory `/home/lathag/xmlutils/xml-coreutils-0.8a/src' gcc -funsigned-char -Wall -pedantic -g -O2 -o xml-cat xml-cat.o myerror.o mysignal.o common.o parser.o filelist.o io.o stdout.o mem.o entities.o cstring.o wrap.o -lslang -lncurses -lexpat -lm parser.o(.text+0x94): In function `stop_parser': /home/lathag/xmlutils/xml-coreutils-0.8a/src/parser.c:60: undefined reference to `XML_StopParser' parser.o(.text+0xc0): In function `restart_parser': /home/lathag/xmlutils/xml-coreutils-0.8a/src/parser.c:68: undefined reference to `XML_ResumeParser' parser.o(.text+0x694): In function `get_pstatus': /home/lathag/xmlutils/xml-coreutils-0.8a/src/parser.c:276: undefined reference to `XML_GetParsingStatus' collect2: ld returned 1 exit status make[3]: *** [xml-cat] Error 1 make[3]: Leaving directory `/home/lathag/xmlutils/xml-coreutils-0.8a/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/lathag/xmlutils/xml-coreutils-0.8a/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/lathag/xmlutils/xml-coreutils-0.8a/src' make: *** [all-recursive] Error 1 can u Suggest a workaround / resolution Regards latha |