chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andy Bennett
Subject: Re: [Chicken-users] multiple mingw installations on windows
Date: Sat, 20 Dec 2014 13:01:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0

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 variable to do this, something in the
> spirit of CHICKEN_PREFIX, or some other configuration, not a chicken
> build option like C_COMPILER. I need it when installing chicken as a
> binary.

Maybe you are looking for the -cc, -cxx and -ld options to csc?

-----
    -cc COMPILER           select other C compiler than the default
    -cxx COMPILER          select other C++ compiler than the default
    -ld COMPILER           select other linker than the default
-----



Regards,
@ndy

-- 
address@hidden
http://www.ashurst.eu.org/
0x7EBA75FF




reply via email to

[Prev in Thread] Current Thread [Next in Thread]