Xref: news-dnh.mv.net comp.os.msdos.djgpp:1919 Newsgroups: comp.os.msdos.djgpp Path: news-dnh.mv.net!mv!news.sprintlink.net!cs.utexas.edu!usc!math.ohio-state.edu!cis.ohio-state.edu!nntp.sei.cmu.edu!fs7.ece.cmu.edu!cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!cfanews!cfa0!peprbv From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) Subject: Unresolved djgpp_first_ctor Sender: news AT cfanews DOT harvard DOT edu Reply-To: rbabcock AT cfa DOT harvard DOT edu Organization: Smithsonian Astrophysical Observatory, Cambridge, MA, USA Date: Tue, 5 Sep 1995 02:51:34 GMT Lines: 5 To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp I think I've seen this asked before. Under v2 beta, I get unresolved calls to names like djgpp_first_ctor in _main() and exit(). These look like C++ things that leaked into the C code. I removed them from _main and exit. Was that the right thing to do?