This is the mail archive of the gcc-bugs@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]

[Bug c++/33357] New: collect2: ld terminated with signal 11 [Segmentation fault]


I don't know how to fill in much of this form but 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>


-- 
           Summary: collect2: ld terminated with signal 11 [Segmentation
                    fault]
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: don-gcc at isis dot cs3-inc dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33357


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