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
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
> 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