Re: [msmtp-users] Can't create static binary

2013-08-17 Thread grarpamp
> 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

[msmtp-users] Can't create static binary

2013-08-17 Thread Lance Fredrickson
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