Konrad Kokoszkiewicz wrote: [...] > 1) executables produced by the linker have permissions 644 instead of 755. > How to fix that? (i.e. how to force the linker to assign proper > permissions, not "how to use chmod 755 filename..."). You could try to set uname, but the only thing that worked for me was to insert a "chmod a+x $@" in the Makefile. Regards, Ralph