Christer Solskogen <christer.solskogen@xxxxxxxxx> writes: > Is there a way of setting GLIBC_DYNAMIC_LINKER to something else that > does not include to manually change the linux.h files? When you link you can use -Wl,-I,/path/to/dynamic/linker . There is no way to change the default, though, other than editing the source code. Ian