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: Răzvan Rotaru
Subject: Re: [Chicken-hackers] Multiple mingw installations on windows
Date: Fri, 19 Dec 2014 17:07:51 +0200

Thanks, and I'm sorry. I'll post the question on the users list.
(At first glance I don't think that the Make variables will help, but I'll have a look)

Razvan

On 19 December 2014 at 16:44, Peter Bex <address@hidden> wrote:
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]