From: Rodolfo M. <rod...@gm...> - 2006-09-15 09:16:04
|
Rodolfo Medina <rod...@gm...> writes: > when I do `make' to install wbxml2-0.9.0-src.tar.gz, > it stops giving the following error message: > > ../src/.libs/libwbxml2.so: undefined reference to `XML_GetCurrentByteIndex' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetElementHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_Parse' > ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserFree' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetCharacterDataHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserCreate' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetCdataSectionHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetStartDoctypeDeclHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetUserData' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetProcessingInstructionHandler' > collect2: ld returned 1 exit status > make[2]: *** [wbxml2xml] Error 1 > make[2]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0/tools' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0' > make: *** [all] Error 2 > > . Can anyone suggest how to fix that? > Both libexpat1-dev and libexpat1 are installed. "Alberto Saez" <alb...@gm...> writes: > First of all, if you are using debian, you can use the svn repository: > > http://www.in.fh-merseburg.de/~jahn/ > > If you really want to compile the svn, there are some things to try > Ok.¿which automake are you usign?, it should be >= 1.9 (remove older ones) > If you change the automake, exec again "./bootstrap" It seems to me that the problem I reported has nothing to do with `automake'nor with svn complilation. It's about the `make' step in compiling wbxml2-0.9.0-src.tar.gz. Some package is maybe missing, but what? Bye, Rodolfo |