>No. It is not possible to run a .so file into a .a file. The .so >file no longer has any record of the various places which call into >the PLT and GOT. It might be possible to do an approximation by >somehow introducing an initialization routine which set up the PLT and >GOT as required. I don't know of any tool which does that. > >It is not possible to turn a linked executable back into .o files. >The relocation information has been irretrievably lost. Hi Ian, Many thanks for yours and Tim's explanation. I will have to somehow live without this feature;-) Once again thanks, -- Marcin