Mail Archives: djgpp/1998/10/23/12:48:08
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
- Raw text -