> Ah thanks - yes I have now and it got it down to 800K; I must admit I had > presumed that you couldn't strip shared libraries (I thought they needed > the symbols...). It strips debug information and static symbols, and keeps the dynamic symbols. Martin