HEAD still doesn't build on my system. Errors below. Any ideas gratefully received. (These errors persisted after a make clean realclean.)
/home/David/abiword/wv/libwv.a(generic.o): In function `wvTempName': /home/David/abiword/wv/./generic.c:95: the use of `tmpnam' is dangerous, better use `mkstemp' /home/David/abiword/wv/libwv.a(wvConfig.o): In function `wvParseConfig': /home/David/abiword/wv/./wvConfig.c:3936: undefined reference to `XML_ParserCreate' /home/David/abiword/wv/./wvConfig.c:3936: relocation truncated to fit: R_PPC_REL24 XML_ParserCreate /home/David/abiword/wv/./wvConfig.c:3940: undefined reference to `XML_SetUserData' /home/David/abiword/wv/./wvConfig.c:3940: relocation truncated to fit: R_PPC_REL24 XML_SetUserData /home/David/abiword/wv/./wvConfig.c:3941: undefined reference to `XML_SetElementHandler' /home/David/abiword/wv/./wvConfig.c:3941: relocation truncated to fit: R_PPC_REL24 XML_SetElementHandler /home/David/abiword/wv/./wvConfig.c:3942: undefined reference to `XML_SetCharacterDataHandler' /home/David/abiword/wv/./wvConfig.c:3942: relocation truncated to fit: R_PPC_REL24 XML_SetCharacterDataHandler /home/David/abiword/wv/./wvConfig.c:3957: undefined reference to `XML_Parse' /home/David/abiword/wv/./wvConfig.c:3957: relocation truncated to fit: R_PPC_REL24 XML_Parse /home/David/abiword/wv/./wvConfig.c:3966: undefined reference to `XML_ParserFree' /home/David/abiword/wv/./wvConfig.c:3966: relocation truncated to fit: R_PPC_REL24 XML_ParserFree /home/David/abiword/wv/./wvConfig.c:3959: undefined reference to `XML_GetErrorCode' /home/David/abiword/wv/./wvConfig.c:3959: relocation truncated to fit: R_PPC_REL24 XML_GetErrorCode /home/David/abiword/wv/./wvConfig.c:3959: undefined reference to `XML_ErrorString' /home/David/abiword/wv/./wvConfig.c:3959: relocation truncated to fit: R_PPC_REL24 XML_ErrorString /home/David/abiword/wv/./wvConfig.c:3959: undefined reference to `XML_GetCurrentLineNumber' /home/David/abiword/wv/./wvConfig.c:3959: relocation truncated to fit: R_PPC_REL24 XML_GetCurrentLineNumber /home/David/abiword/wv/libwv.a(wvConfig.o): In function `wvExpand': /home/David/abiword/wv/./wvConfig.c:4024: undefined reference to `XML_ParserCreate' /home/David/abiword/wv/./wvConfig.c:4024: relocation truncated to fit: R_PPC_REL24 XML_ParserCreate /home/David/abiword/wv/./wvConfig.c:4028: undefined reference to `XML_SetUserData' /home/David/abiword/wv/./wvConfig.c:4028: relocation truncated to fit: R_PPC_REL24 XML_SetUserData /home/David/abiword/wv/./wvConfig.c:4029: undefined reference to `XML_SetElementHandler' /home/David/abiword/wv/./wvConfig.c:4029: relocation truncated to fit: R_PPC_REL24 XML_SetElementHandler /home/David/abiword/wv/./wvConfig.c:4030: undefined reference to `XML_SetCharacterDataHandler' /home/David/abiword/wv/./wvConfig.c:4030: relocation truncated to fit: R_PPC_REL24 XML_SetCharacterDataHandler /home/David/abiword/wv/./wvConfig.c:4033: undefined reference to `XML_Parse' /home/David/abiword/wv/./wvConfig.c:4033: relocation truncated to fit: R_PPC_REL24 XML_Parse /home/David/abiword/wv/./wvConfig.c:4041: undefined reference to `XML_ParserFree' /home/David/abiword/wv/./wvConfig.c:4041: relocation truncated to fit: R_PPC_REL24 XML_ParserFree /home/David/abiword/wv/./wvConfig.c:4035: undefined reference to `XML_GetErrorCode' /home/David/abiword/wv/./wvConfig.c:4035: relocation truncated to fit: R_PPC_REL24 XML_GetErrorCode /home/David/abiword/wv/./wvConfig.c:4035: undefined reference to `XML_ErrorString' /home/David/abiword/wv/./wvConfig.c:4035: relocation truncated to fit: R_PPC_REL24 XML_ErrorString /home/David/abiword/wv/./wvConfig.c:4035: undefined reference to `XML_GetCurrentLineNumber' /home/David/abiword/wv/./wvConfig.c:4035: relocation truncated to fit: R_PPC_REL24 XML_GetCurrentLineNumber collect2: ld returned 1 exit status -- David Chart
