when I finished compiling qt4, I typed gmake install-strip but it doesn’t work either it says” no rule to make target “install-strip” how to solve this problem? Whether I should add some configure options?
Advertisement
Answer
Just do a make install , it will strip release-mode libraries itself automatically.