This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/33357] collect2: ld terminated with signal 11 [Segmentation fault]
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Sep 2007 08:09:13 -0000
- Subject: [Bug other/33357] collect2: ld terminated with signal 11 [Segmentation fault]
- References: <bug-33357-15072@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from schwab at suse dot de 2007-09-09 08:09 -------
Use -B${binutils-bindir}, where ${binutils-bindir} is the directory where the
binutils binaries were installed. `-BPREFIX' This option specifies where
to find the executables, libraries, include files, and data files of the
compiler itself. The compiler driver program runs one or more of the
subprograms `cpp', `cc1', `as' and `ld'. It tries PREFIX as a prefix for
each program it tries to run, both with and without `MACHINE/VERSION/'
(*note Target Options::).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33357