This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: init1.C failure under study
- To: Jason Merrill <jason at cygnus dot com>
- Subject: Re: init1.C failure under study
- From: Robert Lipe <robertl at dgii dot com>
- Date: Sun, 30 Nov 1997 22:13:57 -0600
- Cc: egcs at cygnus dot com
- References: <19971129112737.14113.cygnus.egcs@dgii.com> <u9ra7yd5a3.fsf@yorick.cygnus.com>
> > This test works on OpenServer ELF, but not COFF. Whether this is
> > something in the way sco5.h handles initializers, I can't tell.
>
> > Can anyone offer good hints where to look?
>
> Does defining HAVE_ATEXIT help?
The problem isn't in the destructors. The problem seems to be that
the constructors are never called.
RJL