From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: "Sarangdhar, NitinX" Cc: "'gcc@gcc.gnu.org'" Subject: Re: C++ Static Variable Initialization Date: Thu, 16 Aug 2001 18:30:00 -0000 Message-id: References: <19BD7227A489D411AC5200902746200B169F36@orsmsx55.jf.intel.com> X-SW-Source: 2001-08/msg00912.html On Aug 14, 2001, "Sarangdhar, NitinX" wrote: > I have a C++ code with some static declarations. In the absence of main() is > there a way to initialize the statics properly? What appears to be the problem? g++ does emit magic to get C++ globals initialized if you link in the gcc run-time object files, which are implicitly linked in when you use g++ for linking. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist *Please* write to mailing lists, not to me