Tom St Denis <tstdenis@xxxxxxxxxxxxxxxx> writes: > From what I understand ranlib makes an index of exported symbol names > so the linker has one list to work with. That is correct, but all modern ar programs do this automatically (where "modern" means the last 15 years or so). The only reason to ever run ranlib these days is if you run ar with the S option. Ian