Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4951] Re: scons on mac

Date2004-07-13 13:13
From"Michael Gogins"
Subject[CSOUND-DEV:4951] Re: scons on mac
['-framework carbon'] not '-framework carbon' -- see my earlier mail.

----- Original Message ----- 
From: 
To: "Csound Developers Discussion List" 
Cc: 
Sent: Tuesday, July 13, 2004 8:10 AM
Subject: [CSOUND-DEV:4949] Re: scons on mac


> >>>>> "Misha" == Misha Gorodnitzky  writes:
>
>  Misha> On 12 juil. 04, at 21:47, jpff@codemist.co.uk wrote:
>  >> Anyway the first question is much more important to me.  How do I add
>  >> "-framework carbon" to the link line?
>
>  Misha> Hopefully any scons-addicts will let us know if there's a better
way to
>  Misha> do this, but for the gcc/cc targets it appears you can specify
>  Misha> LINKFLAGS when creating your Environment, so something like this:
>
>  Misha> env = Environment( LINKFLAGS = "-framework carbon" )
>
>  Misha> will do the trick.
>
> But does not as far as I can see.  I have tried many variants of
> this.  Current problem is that this comes as
> gcc "-framework Carbon" -dynamic -o cscore .....
> which is (a) at the wrong end of the arguments and (b) included in quotes.
>
> (later)
> After some more messy about it now seems to build.  Now on to
> portaudio problems and the libsndfile oddity
>
> ==John ffitch
>
>