From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: Abnormal Program Termination Date: 13 Aug 1997 21:23:58 GMT Organization: Hewlett Packard Lines: 13 Message-ID: <01bca81e$9ee711c0$45111d0f@ros51675cra> References: <871419802 DOT 25059 AT dejanews DOT com> <871495613 DOT 23048 AT dejanews DOT com> NNTP-Posting-Host: p1675cra.rose.hp.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > D:\program\temp>redir -e err -oe gcc -c temp.c > The Vdm Redirector is already loaded NT Has a different program called redir.exe in its winnt\system32 directory. Try changing the name of the one in djgpp\bin to djredir or something else or change your path around. > D:\program\temp>gcc -v temp.c gcc version 2_4_5 cpp -lang-c -v -undef > -D__GNUC__=2 -DWINNT -Di386 -DM_COFF -D__WINNT__ -D__i386 __ -D__M_COFF__ > -D__WINNT -D__i386 -D__M_COFF temp.c C:/temp/cc000290.i Are you sure this is DJGPP compiler's output?? It is very different than mine. Can't help here, sorry.