https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66212

--- Comment #1 from Andri Yngvason <andri.yngvason at marel dot com> ---
I've now compiled the same toolchain for i686 and I have the same issue there,
so I assume that I'm doing something wrong. It's hard to pin down what I'm
doing wrong though. Everything seems to be linked correctly:

# ldd stdexcept             
        linux-gate.so.1 (0xb77ad000)
        libstdc++.so.6 => /lib/libstdc++.so.6 (0xb7633000)
        libm.so.6 => /lib/libm.so.6 (0xb75ea000)
        libgcc_s.so.1 => /lib/glibc2.21/libgcc_s.so.1 (0xb75ce000)
        libc.so.6 => /lib/libc.so.6 (0xb7420000)
        /lib/ld-linux.so.2 (0xb77ae000)

# ls -l /lib/libstdc++.so.6 /lib/libm.so.6 /lib/libc.so.6
/lib/glibc2.21/libgcc_s.so.1 /lib/ld-linux.so.2                                 
-rw-r--r--    1 root     root        397872 May 20 10:11
/lib/glibc2.21/libgcc_s.so.1
lrwxrwxrwx    1 root     root            10 May 20 10:57 /lib/ld-linux.so.2 ->
ld-2.21.so
lrwxrwxrwx    1 root     root            12 May 20 10:57 /lib/libc.so.6 ->
libc-2.21.so
lrwxrwxrwx    1 root     root            12 May 20 10:57 /lib/libm.so.6 ->
libm-2.21.so
lrwxrwxrwx    1 root     root            19 May 20 10:57 /lib/libstdc++.so.6 ->
libstdc++.so.6.0.21

I'll try 4.9...

Reply via email to