Hello.

I tried 2.6.4 and had a partially bad result under NetBSD 1.6.

*.la are listed in "MODULES_LA_STATIC" line in src/Makefile
(because I didn't specify --with-modules), but the link process
treats them as shared ones. By removing "--silent" from "LIBTOOL",
you see *.so files are linked when the link is done (instead of *.a
files automatically generated by libtool from *.la). 

After that, "make install" doesn't install *.so, which is, of course, the
right behavior, and as a result you get an unusable lftp binary that
requires uninstalled *.so modules.

Is it a problem on lftp's side or on other's, for example libtool?
My guess is it is libtool-related, like static linking problem reported
in September.

I could copy *.so manually or execute by hand "what libtool is supposed
to do", but...

Any suggestions are welcome.

toru

Reply via email to