Hi,
I can't seem to find clear instructions on how to build completely static binaries.
I've downloaded the various delegates I want, and ensured they are all built statically. This is fine.
I then run ./configure --enable-shared=no --enable-static=yes --enable-delegate-build
but there are still a tonne of dependencies when I run ldd on the convert binary. I've tried adding "CFLAGS=-static -s" to the end of the configure but it hasn't helped.
Has anyone got any insights into this?
Thanks,
cg