After I build wine from cvs, and I want to strip it. I use strip --strip-unneeded /opt/wine/bin/* strip --strip-unneeded /opt/wine/lib/* However this always generates some errors, in that some files cannot be stripped. Is there any attribute to ingore error returns I can set. The other alternative is to specify the files I need to strip.