2016-07-11 I wanted to compile mediainfo statically. First I tried with set- ting LDFLAGS=-static, but it didn't work. Eventually, I compiled it dynamically, copied the linking command (which was printed), appended ``-static'' and executed it again. Voila, the execut- able was statically linked. :-) http://marmaro.de/lue/ markus schnalke