Hi there, I was wondering why on Dec Unix/Tru64, GCC now includes -fPIC in TARGET_LIBGCC2_FLAGS. This was not the case with GCC 2.8.1, and as far as I understood, position independent code is part of the ABI. So I guess I am missing something because I do not understand why -fPIC is specified explicitely. Could you clarify this issue ? Arno