On Thu, Dec 13, 2001 at 10:44:46AM +0100, Arnaud Charlet wrote: > But then, why does libgcc need to be compiled with -fPIC on Tru64 ? For the same reason it has to be compiled with -fPIC on other platforms -- so that it can be included in shared libraries. r~