From: "Sang-won Shin" Newsgroups: comp.os.msdos.djgpp Subject: Re: rsxntdj...Help me before I.... Date: Fri, 23 Oct 1998 04:53:25 +0900 Organization: Korea Telecom Lines: 21 Message-ID: <70qob6$p3p$1@news.kornet.nm.kr> References: <36309911 DOT 0 AT news1 DOT mweb DOT co DOT za> NNTP-Posting-Host: 210.123.18.68 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 >e:/djgpp/bin/ld.exe: cannot open -lc_app: No such file or directory (ENOENT) I guess that you have used DJGPP ver. 2.8.1. When you use DJGPP ver. 2.8.1, you must edit "specs" file in %rsxntdj%/lib/ directory. FROM : *link: %{Zwin32: -LD:/rsxntdj/lib/all} TO : *link: %{Zwin32: -LD:/rsxntdj/lib/all -LD:/rsxntdj/lib/mt -LD:/rsxntdj/lib/st} When you end up modifyng this, that error message will disappear.