> Hi, > > Just a question: > My libs obj directory is full of files (*.o, *.so, *.po, etc...) with the > execute bit set. Why ? I believe it is because we use the ld to "pre-link" all local references to in the object file and the linker sets the exec bit for all output files. --jtc