From: Alberto S. <alb...@gm...> - 2006-09-16 17:02:21
|
This is a very strange problem. This seems that your configure isnt't making a good work. Please, check the /usr/local/lib/libwbml.la It should have a line like: # LIbraries than this one depends upon dependency_libs=' /usr/lib/libexpat.la -lz /usr/lib/libopt.la -lnsl' Try again. If it doesn't work again, A quick fix would be to add the libexapt option to the tools/Makefile: The line WBXML_LIBS= -lwbxml2 Should be: WBXML_LIBS= -lwbxml2 /usr/local/lib/libexapt.so And add the "/usr/local/lib/libexapt.so" to the declaration of: syncml_http_server_LDFLAGS This should work the ./configure script re-write the Makfiles so, plese, don't run it after changing any Makfile. Hope it helps. |