Xref: utzoo comp.lang.c++:5453 comp.sys.hp:3413 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!snorkelwacker!mit-eddie!mit-amt!peter From: peter@mit-amt.MEDIA.MIT.EDU (Peter Schroeder) Newsgroups: comp.lang.c++,comp.sys.hp Subject: Re: problems building cfront 2.0 Summary: I've gotten closer Keywords: C++,cfront2.0,HP9000/800,iostreams,static Message-ID: <996@mit-amt.MEDIA.MIT.EDU> Date: 10 Nov 89 01:50:41 GMT References: <995@mit-amt.MEDIA.MIT.EDU> Organization: MIT Media Lab, Cambridge, MA Lines: 12 I just found that without the explicit call to exit() the destructors never get called. Hence the outputstream just disappears (if I put a flush in the main() without using exit() at least it prints, but still does not call any destructors). Is that supposed to be so? I have no idea where to look as to what went wrong. Any hints? Thanks! Peter peter@media-lab.media.mit.edu