From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Lipe To: Jason Merrill Cc: egcs@cygnus.com Subject: Re: init1.C failure under study Date: Sun, 30 Nov 1997 20:14:00 -0000 Message-id: <19971130221357.15784@dgii.com> References: <19971129112737.14113.cygnus.egcs@dgii.com> X-SW-Source: 1997-11/msg00988.html > > 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