I'm running Transmission on a headless machine (NAS) and need to be able to compile the binaries in static build. There is no switch to enable this or maybe there is but I'm unaware of. I have already tried --enable-static and --disable-shared and even LDFLAGS=-static but none of it is working.
Prior to 1.76, the standard output is not suppress which allow me to copy and paste the statement and adding -static which worked perfectly. So my question is, does anyone know how do to this? Or at least be able to 'turn-on' the standard output. BTW, I have also tried make V=0.
[SOLVED] Static build
Re: Static build
To enable verbose output, use make V=1
Problem resolved for now. Thanks.
Problem resolved for now. Thanks.