Skip to content
Advertisement

problem when install qt4: no rule to make target “install-strip”

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.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement