Building tmux statically
Here is what I had to do to build tmux 1.6 statically on Debian wheezy:
$ LDFLAGS="-static" LIBS="-lcurses -ltinfo" ./configure
$ make
Here is what I had to do to build tmux 1.6 statically on Debian wheezy:
$ LDFLAGS="-static" LIBS="-lcurses -ltinfo" ./configure
$ make