| delorie.com/archives/browse.cgi | search |
| Date: | Sun, 5 Apr 1998 16:01:39 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| To: | SandWzzrd <sandwzzrd AT aol DOT com> |
| 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: | <Pine.SUN.3.91.980405160051.5976a-100000@is> |
| MIME-Version: | 1.0 |
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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |