[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] csant passing flags to mcs
From: |
Marcus |
Subject: |
Re: [Pnet-developers] csant passing flags to mcs |
Date: |
Tue, 9 Aug 2005 23:59:52 -0500 |
User-agent: |
KMail/1.8.2 |
If I get a chance, I will on it, but I wanted to let people know. I'm not sure
how often people use mcs with csant.
On Tuesday 09 August 2005 4:24 pm, Rhys Weatherley wrote:
> On Wednesday 10 August 2005 05:49 am, Marcus wrote:
> > A nice fix to this would be to make csant use csc-style options for mcs
> > as well.
>
> As a temporary work-around, you can try specifying the compiler as "csc" on
> the csant command-line but set the "CSC" environment variable to "mcs". Or
> try to find out which option mcs is complaining about and patch it.