From: "Dalvemg" Newsgroups: comp.os.msdos.djgpp Subject: RSXNTDJ, why me? Date: Mon, 2 Nov 1998 16:35:47 +0200 Lines: 18 X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 NNTP-Posting-Host: net-35-161.cis.co.za Message-ID: <363dc30c.0@news1.mweb.co.za> X-Trace: 2 Nov 1998 16:34:52 +0200, net-35-161.cis.co.za To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mmmm...I finally thought I had rsxntdj going when i found another problem. I keep getting this error, help why? I was trying to compile the samples... C:\DJGPP\RSXNTDJ\SAMPLE\GUI\SOL>make gcc -Zwin32 -c -Wall -O sol.c sol.c: In function `WndProc': sol.c:281: warning: suggest explicit braces to avoid ambiguous `else' sol.c:302: warning: suggest explicit braces to avoid ambiguous `else' grc -r sol.rc gcc -Zwin32 sol.o -o sol.exe c:/djgpp/bin/ld.exe: cannot open -lc_app: No such file or directory (ENOENT) make.exe: *** [sol.exe] Error 1 Why? What can I do about it.