Marcus Clyne <maccaday@xxxxxxxxx> writes: > Is there any reason why gcc/ld called from exec functions would have > different options set (other than those relating to the environment) > compared to being called from within a shell? The shell just calls exec functions itself, so, no. Ian