------- Comment #3 from jmbnyc at gmail dot com  2006-09-18 17:58 -------
Subject: Re:  bad relocation section name

FYI:

I think I found the source of the problem. I am using boost::bind to
create a function pointer to an object. If my class does not have a
default constructor then I get the problem. If I define one explicitly
(even I don't provide an implementation) then the problem goes away.

/JMB

On 18 Sep 2006 17:23:33 -0000, pinskia at gcc dot gnu dot org
<[EMAIL PROTECTED]> wrote:
>
>
> ------- Comment #1 from pinskia at gcc dot gnu dot org  2006-09-18 17:23 
> -------
> collect2: ld terminated with signal 11 [Segmentation fault]
> That means a bug in binutils and not in GCC.
> Report this first to redhat since that is where you got your binutils and GCC.
>
>
> --
>
> pinskia at gcc dot gnu dot org changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |INVALID
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29130
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


-- 


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

Reply via email to