From: "Alex Vinokur" Newsgroups: comp.os.msdos.djgpp Subject: Re: RSXNTDJ sample : makeall failed Date: Wed, 28 Aug 2002 22:46:03 +0200 Lines: 48 Message-ID: References: NNTP-Posting-Host: 212.150.34.35 X-Trace: fu-berlin.de 1030563983 53263942 212.150.34.35 (16 [79865]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:Pine DOT SUN DOT 3 DOT 91 DOT 1020828161126 DOT 19892B-100000 AT is... > > On Wed, 28 Aug 2002, Alex Vinokur wrote: > > > gccw32 -c -Wall -O ansi.c > > make.exe: *** [ansi.o] Error -1 > > Sounds like Make cannot find gccw32.exe. Is it somewhere on your PATH? You are right. Thanks. ######### C:\DJGPP\rsxntdj\readme.txt : BEGIN ######### [---omitted---] 2.1 - Quick Install [---omitted---] SET RSXNTDJ=C:\RSXNTDJ SET PATH=%RSXNTDJ%\bin;%PATH% SET C_INCLUDE_PATH=%RSXNTDJ%\include\win32\anders NOTE: You may need to change the RSXNTDJ variable to suit your installation. ######### C:\DJGPP\rsxntdj\readme.txt : END ########### I changed SET RSXNTDJ=C:\RSXNTDJ to SET RSXNTDJ=C:\DJGPP\RSXNTDJ Now gccw32.exe found. -- ================== Alex Vinokur mailto:alexvn AT go DOT to http://up.to/alexvn ==================