This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [Bug other/33357] 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::).


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