Oliver Kullmann <O.Kullmann@xxxxxxxxxxxxx> writes: > I assume that a local installation of gcc brings it's own linker > with it? Or how can I find out about the version of the linker actually > used (with the local installation)? gcc does not include a linker. On a GNU/Linux system, the linker is part of the GNU binutils. See http://sourceware.org/binutils/. Ian