From: eyal DOT ben-david AT aks DOT com To: feisen AT wis DOT weizmann DOT ac DOT il cc: djgpp AT delorie DOT com Message-ID: <42256578.003F979D.00@aks.com> Date: Thu, 25 Dec 1997 13:50:18 +0200 Subject: Re: Cygnus GnuWin32 and DjGpp on the same machine. Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Precedence: bulk On 12/24/97 2:21:00 PM feisen wrote: >Hello. I'm going to install the last ver. of Gnuwin32 on my comp. I'm >currently using djgpp v2. I'm afraid of a conflict between these two >because they are using apparently the same names for their tools. >Doe's anyone have an experience with these two compilers? >Thanks, Hagai. > I use them both. (Actualy I use the EGCS port to Win32). I think that the simplest solution is to write two batch files e.g. djgpp.bat, gnuwin32.bat. Each batch file will set the environment of its compiler (while cleaning the env of the other) I don't think that two versions of text utilities , grep, sed etc are necessary. I keep only the DJGPP version of these without any problem (I'm using Win95). I found that for binutils, compiler tools (+headers !) and make, two copies are necessary. Eyal.