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

2013-08-18 Thread Lance Fredrickson
On 8/17/2013 7:38 PM, grarpamp wrote: > Till that's fixed, just change them to .a's in the final gcc line. Thanks, I was able to play with it and got it to compile successfully. -- Get 100% visibility into Java/.NET code

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

2013-08-18 Thread Martin Lambers
Hi! On Sat, 17 Aug 2013 21:38:41 -0400, grarpamp wrote: > > Any help or suggestions? > > Configure listens to CPP/LD FLAGS=-static but makefiles are > broken and set up intl and iconv as .so's. It seems that AM_GNU_GETTEXT([external]) should take care of all of this, including static linking if

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