General (#3) - Statically linking libraries (#12) - Message List

Statically linking libraries

When using scratchbox to compile libaries it says on Scratchbox page that the comand to configure the library is typically "CFLAGS="-static" ./configure". It seems that LDFLAGS also needs to be set to -static. Not adding this caused my binaries to complain with a "Not Found" message when I tried to run them on the zipit.

Simon Crosby