stripping is for the admin to do, not the package. it also breaks things as `install -s` will always execute `strip` which may not be the strip you want when cross-compiling. i just run: sed -i 's:install -s:install:' src/Makefile.in -mike