From: Edward Hill Newsgroups: comp.os.msdos.djgpp Subject: Re: Zwin32 Date: Fri, 19 Mar 1999 10:53:06 -0800 Organization: Easams Engineering Systems Lines: 16 Message-ID: <36F29D12.2010@gec.nospam.com> References: <36F21390 DOT 3A1DB353 AT es DOT co DOT nz> NNTP-Posting-Host: pc02372.gmsws.gecm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01C-GECMMTL (Win95; I; 16bit) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The Weatherley's wrote: : : What am I doing wrong? Does the file test.c need to be in a specific : directory? Can I download (I assume it's a file) Zwin32 if so where and : then what do I do? Any help appreciated. have a look in the rsxntdj/doc directory, especially readme.exe. the -Zwin32 option isn't normally an option under gcc it is defined switch added by doing a gcc -v whist in the rsxntdj/lib directory, edit the file specs first to have the correct directories, read specs.txt it should tell you all about it. Ed