From: "Chris Scaife" Newsgroups: comp.os.msdos.djgpp Subject: where does _eh.o come from ? Date: Thu, 14 Oct 1999 18:05:10 +0100 Organization: Customer of Planet Online Lines: 19 Message-ID: <7u52gk$9kd$1@news8.svr.pol.co.uk> NNTP-Posting-Host: modem-84.footballer.dialup.pol.co.uk X-Trace: news8.svr.pol.co.uk 939920724 9869 62.136.110.212 (14 Oct 1999 17:05:24 GMT) NNTP-Posting-Date: 14 Oct 1999 17:05:24 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT Delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm trying to use C++ in an embeded app and need to get rid of all file i/o... Apparently there is a module libgcc2.c that produced a module named _eh.o (quite probably the error handler ?) in libgcc.a that invokes fprintf, but I can't find it's source file in lgpp2811s.zip Am I looking in the wrong place ? If you can tell me where to look I would much appreciate it :-) Thanks in advance, Chris