On Wed, 19 Oct 2005, Timothy Goddard wrote: > E.Chalaron wrote: >> What the ..... is compile with -fPIC ? > According to the gcc manpage, the -fPIC option produces Position > Independent Code if supported by the processor. ... which is used when creating dynamically loadable code, such as .so libraries and such dlopen()able things. -- David.