Message-Id: <3630C0E2.156AA3E1@cableol.co.uk> Date: Fri, 23 Oct 1998 18:46:10 +0100 From: The Allens X-Mailer: Mozilla 4.04 [en] (Win95; I) Mime-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: rsxntdj...Help me before I.... References: <36309911 DOT 0 AT news1 DOT mweb DOT co DOT za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Dalvemg wrote: > > 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. You should use the RSX version for win programs and the dos one for dos programs. I use batch files to change these around. Don't know about that library error, and what it needs libc_app.a for. Peter Allen