> Any help or suggestions?
Configure listens to CPP/LD FLAGS=-static but makefiles are
broken and set up intl and iconv as .so's.
Till that's fixed, just change them to .a's in the final gcc line.
msmtp_static: ELF 32-bit LSB executable, Intel 80386, version 1
(FreeBSD), statically linked, for Fre
I like to create static binaries for use on embedded linux system
(routers), but I can't figure how to get msmtp to compile statically. I
mean completely static binary, no external dependencies on libc etc.
Generally while compiling either natively on the router or
cross-compiling on x64, I th