Date: Sun, 5 Apr 1998 16:01:39 +0300 (IDT) From: Eli Zaretskii To: SandWzzrd cc: djgpp AT delorie DOT com Subject: Re: DPMI erroes.... multiple instances of _exit In-Reply-To: <1998040509161101.FAA21113@ladder03.news.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 5 Apr 1998, SandWzzrd wrote: > C:\cpp\GNU\guess-v.1>gcc guess.c -o guess2.exe > d:/djgpp/lib/libc.a(dpmiexcp.o)(.text+0xbdc):dpmiexcp.c: multiple definition > `_exit' > d:/djgpp/lib/crt0.o(.text+0x1c8):crt0.s: first defined here > d:/djgpp/lib/libc.a(dpmiexcp.o)(.text+0xc04):dpmiexcp.c: undefined reference > `__exit' You are mixing DJGPP v2.01 with crt0.o from DJGPP v2.0. Please make these two in sync, and the problem should go away.