[Csnd] Re: Re: Re: Re: csnd osx...
Date | 2009-08-18 14:21 |
From | Jason Adams |
Subject | [Csnd] Re: Re: Re: Re: csnd osx... |
yup that should be it, i just checked my term. here's a quick way to chech Rory: launch terminal (utilities folder) type: cd /usr/local/lib this changes the directory hence the cd statement then list contents: type: ls you should see your libcsnd.dylib there jAdams --------------------------------------- Original E-mail From: Victor.Lazzarini@nuim.ie Date: 08/18/2009 07:45 AM To: csound@lists.bath.ac.uk Subject: [Csnd] Re: Re: Re: csnd osx... /usr/local/lib/libcsnd.dylib I think. It's a link to a lib file inside the framework; -L/usr/local/lib -lcsnd should do the trick. ----- Original Message ----- From: Rory Walsh <rorywalsh@ear.ie> Date: Tuesday, August 18, 2009 8:31 am Subject: [Csnd] Re: Re: csnd osx... To: csound@lists.bath.ac.uk > I'll have a look for csnd.so, I don't know if that comes with > the OSX > installers... > > 2009/8/18 Andres Cabrera <mantaraya36@gmail.com>: > > You can know if it is a framework if it is a directory > containing the > > files. If it is a single file, it's just a binary object. I would > > think csnd.so is not a framework. > > > > Cheers, > > Andrés > > > > On Tue, Aug 18, 2009 at 6:22 AM, Rory > Walsh<rorywalsh@ear.ie> wrote: > >> Is csnd a framework on OSX as csoundLib i? If not do I need > to build > >> Csound myself and then link to csnd as I would on other platforms? > >> > >> > >> Send bugs reports to this list. > >> To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" > >> > > > > > > -- > > > > > > Andrés > > > > > > Send bugs reports to this list. > > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" Dr Victor Lazzarini, Senior Lecturer, Dept. of Music, National University of Ireland, Maynooth |
Date | 2009-08-18 14:25 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: csnd osx... |
Thanks everyone, that did the trick. It's nice having access to this libraries without having to build them youself, amkes using the API way easy. Rory. 2009/8/18 Jason Adams |