to: Lluís Batlle i Rossell I build it with -static option added to LIB variable. Now it works but it's size is (even after strip) is 1.5M. A funny thing is that now when building I got the following warning:
"Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking" and a few more similar warnings. As I understand these warnings warn me that at runtime there must be installed glibc version that is used for linking. However, it seems that it is not needed or at least not the same version as warning says. Isn't it strange, or I misunderstood the warning? Am I wrong assuming that warning should be given when built executable actually needs shared library of specific version to function properly. Anyway, thanks for your help Vitalije. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

