From: varobert AT colba DOT net Message-Id: <3.0.32.19990712011258.0079e810@mail.colba.net> X-Sender: varobert AT mail DOT colba DOT net X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 12 Jul 1999 01:13:03 -0400 To: djgpp AT delorie DOT com Subject: RSXDNDJ 1.5, problem applying fix Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com I tried aplying the fix to RSXNT so I could compile GUI apps instead of just console apps, but I can't seem to recompile libmain.a. When I type make in the emx4w32 dir, I get the folowing response: makefile:9: *** missing separator. Stop although this is the original makefile that came with the package. Also, if I use gccw32 -c -O2 -Zwin32 winmain.c >ar r libmain.a winmain.o >ar s libmain.a as reommended, I get gcc.exe: r: No such file or directory (ENOENT) gcc.exe: libmain.a: No such file or directory (ENOENT) gcc.exe: s: No such file or directory (ENOENT) gcc.exe: libmain.a: No such file or directory (ENOENT) gcc.exe: unrecognized option `-Zwin32' In file included from g:/djgpp/rsxntdj/include/win32/windows.h:41, from winmain.c:23: g:/djgpp/rsxntdj/include/win32/Base.h:259: warning: `__stdcall' redefined g:/djgpp/rsxntdj/include/win32/wingnuc.h:39: warning: this is the location of th e previous definition Can anyone please help ?!