chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] Multiple mingw installations on windows


From: Peter Bex
Subject: Re: [Chicken-hackers] Multiple mingw installations on windows
Date: Fri, 19 Dec 2014 15:44:27 +0100
User-agent: Mutt/1.4.2.3i

On Fri, Dec 19, 2014 at 04:37:22PM +0200, Răzvan Rotaru wrote:
> Hi,
> 
> Is there a way to specify the PATH to gcc (in this case mingw) to the
> chicken compiler, at runtime? I'm looking for something similar to the
> environment variable CHICKEN_PREFIX, which tells the chicken compiler where
> it is installed (and overwrites the one witch which it was compiled).

Hi Razvan,

This is strictly a "chicken-users" style question, so this is the wrong
list to ask it unless you are proposing a patch or want to discuss its
implementation.  Having said that, there's a -cc switch to tell it what
compiler to use, and -C to pass arbitrary options to the C compiler.

When building CHICKEN, there are the C_COMPILER and C_COMPILER_OPTIONS
variables you can pass to Make.

I hope this answers your question.

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

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