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

_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to