This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: collect2: ld terminated with signal 11 [Segmentation fault]


Oliver Kullmann <O.Kullmann@swansea.ac.uk> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]