From: Allens Newsgroups: comp.os.msdos.djgpp Subject: Re: RSXNTDJ error --== Please help ! Date: Wed, 17 Jun 1998 18:51:32 +0100 Organization: Cable Online Lines: 32 Message-ID: <35880224.6577@cableol.co.uk> References: <6m7ebf$7fa$2 AT news DOT bctel DOT net> NNTP-Posting-Host: 194.168.5.19 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Daniel Urquhart wrote: > > I would really like to develop some 'simple' windows apps but whenever I > attempt to use RSXNTDJ (even MAKE the samples) I get an error that looks > like this: > > R:\Djgpp2\RSXNTDJ\SAMPLE\GUI\COMMCTL>make > gcc -Zwin32 -c -Wall -O bar.c > gcc.exe: unrecognized option `-Zwin32' > bar.c:3: windows.h: No such file or directory (ENOENT) > bar.c:4: commctrl.h: No such file or directory (ENOENT) > bar.c:5: windowsx.h: No such file or directory (ENOENT) > make.exe: *** [bar.o] Error 1 > > I am sure that I did everything that the instalation section of the help > file says. Hey I might even figure out the 'no such file or directory > errors' by myself (eventually) but PLEASE, PLEASE help me with the > "unrecognized option `-Zwin32'" error. > > I DID change the ld.exe like the help file says > > A email reply to durquhart AT jlcrowe DOT org would be appreciated, but don't wory > about it if it is an inconveniece. > > Thank you in advance :-) I know you said you did everything as the instructions said, but did you replace your djgpp.env file with the one provided, or edit the original as in the one provided?. If not, it should get RSXNTDJ working. Peter Allen