[Bug libgcc/80314] Undefined reference to __dso_handle & __cxa_atexit

2017-04-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80314 Jonathan Wakely changed: What|Removed |Added Component|c++ |libgcc --- Comment #1 from Jonathan Wa

[Bug libgcc/80314] Undefined reference to __dso_handle & __cxa_atexit

2017-04-04 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80314 --- Comment #2 from Sumit --- (In reply to Jonathan Wakely from comment #1) > I think these both need to come from either libc or libgcc. I have checked my libgcc and it does not have that either. onx-sbansal-01|

[Bug libgcc/80314] Undefined reference to __dso_handle & __cxa_atexit

2017-04-04 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80314 --- Comment #3 from Sumit --- (In reply to Jonathan Wakely from comment #1) > I think these both need to come from either libc or libgcc. Is it something that I have missed while compiling the tool chain? Please suggest.

[Bug libgcc/80314] Undefined reference to __dso_handle & __cxa_atexit

2017-04-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80314 Richard Biener changed: What|Removed |Added Target||powerpc-wrs-vxworks --- Comment #4 from

[Bug libgcc/80314] Undefined reference to __dso_handle & __cxa_atexit

2017-04-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80314 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libgcc/80314] Undefined reference to __dso_handle & __cxa_atexit

2017-04-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80314 --- Comment #6 from Jonathan Wakely --- Your configure options include: --enable-__cxa_atexit Why are you using that if your system doesn't support it?

[Bug libgcc/80314] Undefined reference to __dso_handle & __cxa_atexit

2017-04-06 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80314 --- Comment #7 from Sumit --- (In reply to Jonathan Wakely from comment #6) > Your configure options include: --enable-__cxa_atexit > > Why are you using that if your system doesn't support it? We are upgrading from 4.3.3 to 4.8.1. We had this

[Bug libgcc/80314] Undefined reference to __dso_handle & __cxa_atexit

2017-04-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80314 --- Comment #8 from Jonathan Wakely --- (In reply to Sumit from comment #7) > (In reply to Jonathan Wakely from comment #6) > > Your configure options include: --enable-__cxa_atexit > > > > Why are you using that if your system doesn't support i

[Bug libgcc/80314] Undefined reference to __dso_handle & __cxa_atexit

2020-01-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80314 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---