2010/12/18 јеромонах Виталије <[email protected]>

> I build it with -static option added to LIB variable.
> Now it works but it's size is (even after strip) is 1.5M.
>

Static binaries have to include all linked-in functionality into the binary,
which is why they are generally larger than dynamically linked binaries
(which reference the functionality in shared libraries, but do not contain a
copy of it).


> A funny thing is that now when building I got the following warning:
>

A possible workaround: If your hoster has a C compiler on the web server,
and you have ssh access, you can compile it there. (That's what i do.)

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to