On 17 Jul 2005, at 01:34, L505 wrote: > How does the calling program know that it's not PIC (position > independant code)? The linker can find this out while loading the dynamic library (if there are relocation entries in text sections, then it's no PIC). You should not have to do anything special yourself. Jonas