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]

collect2: ld terminated with signal 11 [Segmentation fault]


Is this the place to report bugs or ask for help?

I hope all will be clear from the following transcript.
I'm hoping for advice on what to do (upgrade?) to fix the problem or
failing that what to do to help diagnose it.

===
dcohen@saturn:~/mysql-5.0.45/client> g++ -O3 -DDBUG_OFF
-fno-implicit-templates 
-fno-exceptions -fno-rtti -rdynamic -o .libs/mysql mysql.o readline.o sql_string.o completion_hash.o  ../cmd-line-utils/libedit/libedit.a -lncurses ../libmysql/.libs/libmysqlclient.so -lcrypt -lnsl -lm -lz -Wl,--rpath -Wl,/home/dcohen/mysql/lib/mysql
collect2: ld terminated with signal 11 [Segmentation fault]
dcohen@saturn:~/mysql-5.0.45/client> g++ --version
g++ (GCC) 4.1.0 (SUSE Linux)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

dcohen@saturn:~/mysql-5.0.45/client> uname -a
Linux saturn 2.6.16.27-0.9-default #1 SMP Tue Feb 13 09:35:18 UTC 2007
ia64
ia64 ia64 GNU/Linux
dcohen@saturn:~/mysql-5.0.45/client>

===

pinskia at gcc dot gnu dot org writes:
 > ------- Comment #1 from pinskia at gcc dot gnu dot org  2007-09-08 19:29 -------
 > This is ld crashing and ld is part of the binutils project.


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