[plt-scheme] mzc and scons
On Sat, 2006-11-11 at 08:46 -0500, Jon Rafkind wrote:
> Hi,
>
> dave wrote:
> > hi all,
> >
> > Has anyone got scons to build extensions for plt using mzc?
> >
> I haven't but I'm going to assume not a ton of people on this list have
> used scons, perhaps thats a bad assumption I don't know.
> > Is it actually worth using mzc - can I get the flags for gcc and do it
> > myself?
> >
> >
> Is it difficult to replace gcc with mzc? It should just consist of env[
> 'CXX' ] = 'mzc' or env[ 'CC' ] = 'mzc'.
I can't get that to work, as the flags to mzc are pretty weird. -c and
-o don't work etc. I think to get it to work properly I'm going to need
to write a builder - which seems a bit silly, because all it does is
call gcc in the end anyway...
> > It would be easier than having two build systems trying to be cross
> > platform at the same time...
> >
> > cheers,
> >
> > dave
> >
> > _________________________________________________
> > For list-related administrative tasks:
> > http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> >
> >
> >