From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Q::that winNT lib stuff not workin' Date: Thu, 28 Nov 1996 00:26:19 -0800 Organization: Three pounds of chaos and a pinch of salt Lines: 37 Message-ID: <329D4CAB.6DEA@cs.com> References: <329CE3EB DOT 3762 AT cam DOT org> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp211.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: tudor AT cam DOT org DJ-Gateway: from newsgroup comp.os.msdos.djgpp Tudor wrote: > > HI. > I got RSXNTDJ1(?),that lib that's supposed to produce code for > Windoze95/NT and I need some help. > 1)It's said in the documentation that you need to modify the environment > so that the path of the RSX.. lib directory comes before the one in the > djgpp root dir.how will I do that coz i've got DJGPP 2.0 and I don't > know how to correctly modify the environment file. Edit 'djgpp.env', find the [gcc] section, and insert the RSX lib directory into the LIBRARY_PATH variable. Example: [gcc] COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin LIBRARY_PATH=%/>;LIBRARY_PATH% [put RSX dir here] ;%DJDIR%/lib;%DJDIR%/contrib/grx20/lib > 2) the make wont make anything!except of course produce some errors. > something with "missing separator" This is explained in the DJGPP FAQ (v2/faq202b.zip), section 22.15. Essentially, your editor is replacing the TAB characters in the makefile with spaces, which upsets GNU make. Either use a smarter editor, or use one of many tricks to get your editor to use tabs instead of spaces. Tell us what editor you use and we'll give you the appropriate suggestions. ;) -- John M. Aldrich, aka Fighteer I -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+:- a-->? c++>$ U@>++$ p>+ L>++ E>+ W++ N++ o+ K? w(---) O- M-- V? PS+ PE Y+ PGP- t+(-) 5- X- R+ tv+() b+++ DI++ D++ G e(*)>++++ h!() !r !y+() ------END GEEK CODE BLOCK------