Date: Wed, 13 Oct 1999 11:52:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mavi Gozler cc: djgpp AT delorie DOT com Subject: Re: RSXNTDJ project building difficulties In-Reply-To: <7tuuqf$dqs$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 12 Oct 1999, Mavi Gozler wrote: > /djgpp/lib/libc.a(dpmiexcp.o)(.text+0x16a):dpmiexcp.c: undefined > reference to `_stklen' > /djgpp/lib/libc.a(dpmiexcp.o)(.text+0x173):dpmiexcp.c: undefined > reference to `__djgpp_selector_limit' I don't use RSXNTDJ, so I don't know how to solve this, but this sounds like you are trying to link a program against DJGPP's C library, but without the DJGPP's version of the crt0.o file. These undefined symbols are all defined in the crt0.o file that comes with DJGPP (it should be in your lib subdirectory).