[Chicken-users] multiple mingw installations on windows

2014-12-20 Thread Răzvan Rotaru
Hi, On windows, then chicken compiler uses the gcc which is found in PATH. This causes problems when there are multiple mingw installations on a machine (or multiple gcc bundled with various software). Is there a way to tell the chicken compiler which gcc to use? I am looking for an environment v

Re: [Chicken-users] multiple mingw installations on windows

2014-12-20 Thread Andy Bennett
Hi, > On windows, then chicken compiler uses the gcc which is found in > PATH. This causes problems when there are multiple mingw > installations on a machine (or multiple gcc bundled with various > software). > > Is there a way to tell the chicken compiler which gcc to use? I am > looking for a

Re: [Chicken-users] multiple mingw installations on windows

2014-12-20 Thread Mario Domenech Goulart
Hi, On Sat, 20 Dec 2014 14:34:24 +0200 Răzvan Rotaru wrote: > On windows, then chicken compiler uses the gcc which is found in PATH. > This causes problems when there are multiple mingw installations on a > machine (or multiple gcc bundled with various software). > > Is there a way to tell the