------- Comment #5 from don-gcc at isis dot cs3-inc dot com 2007-09-17 16:31
-------
Subject: Re: collect2: ld terminated with signal 11 [Segmentation fault]
Nick Clifton writes:
> There are several possibilities:
...
I ended up following the recommendation below - worked fine.
I installed the binutils build into my own directory and then added
the -B. In fact I just added that to the input I passed to .configure
and the entire mysql build completed without problem.
------- 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