[SOLVED] Static build

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Locked
asgard
Posts: 17
Joined: Fri Nov 06, 2009 1:33 am

[SOLVED] Static build

Post by asgard »

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.
asgard
Posts: 17
Joined: Fri Nov 06, 2009 1:33 am

Re: Static build

Post by asgard »

To enable verbose output, use make V=1

Problem resolved for now. Thanks.
Locked