This particular command toward the end of the CVS HEAD 2005-01-11 build fails because -lexpat is left out of the compilation string. I tried to search the Makefile, etc. for the location of the problem but I'm not experienced enough with the way the file is organized to find the source of the missing library include.
Thanks for coding this great application. I'm sorry I can't help more with fixing this problem, but I hope that this is enough to figure out what is causing the problem. If not, please let me know what else I can do to help. /bin/bash ../libtool --silent --tag=CXX --mode=link gcc -O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -Winline -s -o lftp -export-dynamic lftp.o complete.o lftp_rl.o getdate.o liblftp-jobs.la liblftp-tasks.la liblftp-pty.la liblftp-network.la proto-ftp.la proto-http.la proto-file.la proto-fish.la proto-sftp.la cmd-mirror.la cmd-sleep.la -lreadline ../lib/liblib.a -L/usr/apps/NAD/solaris-toolkit//lib -lintl -R/usr/apps/NAD/solaris-toolkit//lib -lcurses -lresolv -lsocket -lsupc++ ./.libs/proto-http.a(HttpDirXML.o)(.text+0x5e8): In function `HttpListInfo::ParseProps(char const*, int, char const*)': : undefined reference to `XML_ParserCreateNS' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x62c): In function `HttpListInfo::ParseProps(char const*, int, char const*)': : undefined reference to `XML_SetUserData' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x644): In function `HttpListInfo::ParseProps(char const*, int, char const*)': : undefined reference to `XML_SetElementHandler' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x654): In function `HttpListInfo::ParseProps(char const*, int, char const*)': : undefined reference to `XML_SetCharacterDataHandler' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x668): In function `HttpListInfo::ParseProps(char const*, int, char const*)': : undefined reference to `XML_Parse' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x684): In function `HttpListInfo::ParseProps(char const*, int, char const*)': : undefined reference to `XML_ParserFree' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x69c): In function `HttpListInfo::ParseProps(char const*, int, char const*)': : undefined reference to `XML_GetCurrentLineNumber' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x6a8): In function `HttpListInfo::ParseProps(char const*, int, char const*)': : undefined reference to `XML_GetErrorCode' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x6b0): In function `HttpListInfo::ParseProps(char const*, int, char const*)': : undefined reference to `XML_ErrorString' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x6dc): In function `HttpListInfo::ParseProps(char const*, int, char const*)': : undefined reference to `XML_ParserFree' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x728): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)': : undefined reference to `XML_Parse' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x828): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)': : undefined reference to `XML_ParserCreateNS' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x870): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)': : undefined reference to `XML_SetUserData' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x888): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)': : undefined reference to `XML_SetElementHandler' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x898): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)': : undefined reference to `XML_SetCharacterDataHandler' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x8ac): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)': : undefined reference to `XML_Parse' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x8c0): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)': : undefined reference to `XML_GetCurrentLineNumber' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x8cc): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)': : undefined reference to `XML_GetErrorCode' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x8d4): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)': : undefined reference to `XML_ErrorString' ./.libs/proto-http.a(HttpDirXML.o)(.text+0x950): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)': : undefined reference to `XML_ParserFree' collect2: ld returned 1 exit status make[1]: *** [lftp] Error 1 make[1]: Leaving directory `/usr/apps/NAD/solaris-toolkit-src/lftp-3.0.13+cvs/src' make: *** [all-recursive] Error 1 ___________________________________________________________________ The information contained in this message and any attachment may be proprietary, confidential, and privileged or subject to the work product doctrine and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify me immediately by replying to this message and deleting it and all copies and backups thereof. Thank you.
