From: "Dalvemg" Newsgroups: comp.os.msdos.djgpp Subject: rsxntdj...Help me before I.... Date: Fri, 23 Oct 1998 16:51:29 +0200 Lines: 20 X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 NNTP-Posting-Host: rdg-52t2-90.mweb.co.za Message-ID: <36309911.0@news1.mweb.co.za> X-Trace: 23 Oct 1998 16:56:17 +0200, rdg-52t2-90.mweb.co.za To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Me again with another stupid question. I solved the cpp problem with rsxntdj, but now when I try compiling something I get this error: E:\djgpp\RSXNTDJ\SAMPLE\GUI\SOL>make (Dos prompt) 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 e:/djgpp/bin/ld.exe: cannot open -lc_app: No such file or directory (ENOENT) make.exe: *** [sol.exe] Error 1 And I was still wondering which version of LD.EXE I should use ? Thanks for any help.