From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Linking error Date: Mon, 11 Nov 1996 20:16:51 -0800 Organization: Three pounds of chaos and a pinch of salt Lines: 45 Message-ID: <3287FA33.536C@cs.com> References: <3287AF80 DOT 3092 AT phs DOT mat-su DOT k12 DOT ak DOT us> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp109.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: kevind AT phs DOT mat-su DOT k12 DOT ak DOT us To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Kevin Dickerson wrote: > > and one more question. In the file DJGPP.env, how would I state the path > name? DJGPP is installed into the dircetory "d:/code/djgpp/", and right > now the DJDIR variable is set to "DJDIR=%/>CODE/DJGPP%". Please inform > me if this is correct. It's not. As long as your DJGPP.ENV file is in the root directory of your installation, you should leave the DJDIR line as it is! The only time you'd want to change it is if for some strange reason you decided to move DJGPP.ENV. This could easily be causing the problem you experience. Other things to look out for: 1) Mixing v2.00 and v2.01 programs (you should replace all your old programs). 2) Running in an LFN environment with NameNumericTail disabled in the Win95 registry. There have been a few problems reported that are related to the Windoze rename function and a slight bug (or misfeature) therein. 3) Other things I don't know about, but somebody else here might. :) > One more thing: Sometimes, the file which I > attempt to compile is deleted without notice or warning. Thanks for the > help! You aren't specifying input and output files to be the same, are you? Otherwise, I heard something about a deleted-files problem, but I don't remember if it was related to Make or rhide. You may want to try searching the mail archives. -- John M. Aldrich * Anything that happens, happens. * Anything that, in happening, causes something else to happen, causes something else to happen. * Anything that, in happening, causes itself to happen again, happens again. * It doesn't necessarily do it in chronological order, though. --- Douglas Adams