Csound Csound-dev Csound-tekno Search About

[Csnd] Compiling Csound....

Date2014-04-03 21:39
Fromfauveboy
Subject[Csnd] Compiling Csound....
Hi just continuing from a recent post here
http://csound.1045644.n5.nabble.com/Most-appropriate-csound-download-link-td5733451.html#a5733546.
Im just trying to understand what I need to do to run csound in an efficient
way with minimal dependencies I guess?
@jpff suggests some source file links but I realise I'm unsure if thats what
I need or to do or want to be doing ....

Bascially with c programming (of which Im still fresh to) in the case of my
raspberry pi a gcc compiler was already installed and I could run c files in
the terminal after using the command 'make'. Can Csound work in the same
way, and if so how? I wanted the most basic version I could get as Im going
to mostly be focusing on real time sampling and modulation. Is csound
essentially C with more dependencies? Rather could I build what I need just
in C for DSP?
Just needed some more enlightenment really on what the possibilities are,
still new Im afraid.

Thank you very much for reading 


 





--
View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-04-03 21:44
FromVictor Lazzarini
SubjectRe: [Csnd] Compiling Csound....
Have a look at this and see if it makes sense to you

http://sourceforge.net/p/csound/wiki/Home/

On 3 Apr 2014, at 21:39, fauveboy wrote:

> Hi just continuing from a recent post here
> http://csound.1045644.n5.nabble.com/Most-appropriate-csound-download-link-td5733451.html#a5733546.
> Im just trying to understand what I need to do to run csound in an efficient
> way with minimal dependencies I guess?
> @jpff suggests some source file links but I realise I'm unsure if thats what
> I need or to do or want to be doing ....
> 
> Bascially with c programming (of which Im still fresh to) in the case of my
> raspberry pi a gcc compiler was already installed and I could run c files in
> the terminal after using the command 'make'. Can Csound work in the same
> way, and if so how? I wanted the most basic version I could get as Im going
> to mostly be focusing on real time sampling and modulation. Is csound
> essentially C with more dependencies? Rather could I build what I need just
> in C for DSP?
> Just needed some more enlightenment really on what the possibilities are,
> still new Im afraid.
> 
> Thank you very much for reading 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2014-04-03 22:20
FromVictor Lazzarini
SubjectRe: [Csnd] Compiling Csound....
actually better to use the new wiki

https://github.com/csound/csound/wiki

On 3 Apr 2014, at 21:44, Victor Lazzarini wrote:

> Have a look at this and see if it makes sense to you
> 
> http://sourceforge.net/p/csound/wiki/Home/
> 
> On 3 Apr 2014, at 21:39, fauveboy wrote:
> 
>> Hi just continuing from a recent post here
>> http://csound.1045644.n5.nabble.com/Most-appropriate-csound-download-link-td5733451.html#a5733546.
>> Im just trying to understand what I need to do to run csound in an efficient
>> way with minimal dependencies I guess?
>> @jpff suggests some source file links but I realise I'm unsure if thats what
>> I need or to do or want to be doing ....
>> 
>> Bascially with c programming (of which Im still fresh to) in the case of my
>> raspberry pi a gcc compiler was already installed and I could run c files in
>> the terminal after using the command 'make'. Can Csound work in the same
>> way, and if so how? I wanted the most basic version I could get as Im going
>> to mostly be focusing on real time sampling and modulation. Is csound
>> essentially C with more dependencies? Rather could I build what I need just
>> in C for DSP?
>> Just needed some more enlightenment really on what the possibilities are,
>> still new Im afraid.
>> 
>> Thank you very much for reading 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>> 
>> 
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>> 
>> 
>> 
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2014-04-03 22:37
FromRory Walsh
SubjectRe: [Csnd] Compiling Csound....
I didn't realise there was so much great info to be found!

On 3 April 2014 22:20, Victor Lazzarini  wrote:
> actually better to use the new wiki
>
> https://github.com/csound/csound/wiki
>
> On 3 Apr 2014, at 21:44, Victor Lazzarini wrote:
>
>> Have a look at this and see if it makes sense to you
>>
>> http://sourceforge.net/p/csound/wiki/Home/
>>
>> On 3 Apr 2014, at 21:39, fauveboy wrote:
>>
>>> Hi just continuing from a recent post here
>>> http://csound.1045644.n5.nabble.com/Most-appropriate-csound-download-link-td5733451.html#a5733546.
>>> Im just trying to understand what I need to do to run csound in an efficient
>>> way with minimal dependencies I guess?
>>> @jpff suggests some source file links but I realise I'm unsure if thats what
>>> I need or to do or want to be doing ....
>>>
>>> Bascially with c programming (of which Im still fresh to) in the case of my
>>> raspberry pi a gcc compiler was already installed and I could run c files in
>>> the terminal after using the command 'make'. Can Csound work in the same
>>> way, and if so how? I wanted the most basic version I could get as Im going
>>> to mostly be focusing on real time sampling and modulation. Is csound
>>> essentially C with more dependencies? Rather could I build what I need just
>>> in C for DSP?
>>> Just needed some more enlightenment really on what the possibilities are,
>>> still new Im afraid.
>>>
>>> Thank you very much for reading
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857.html
>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>
>>>
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-04-03 22:41
FromSteven Yi
SubjectRe: [Csnd] Compiling Csound....
Most of the information has been migrated to the BUILD.md that comes
with the source (in the develop branch for now):

https://github.com/csound/csound/blob/develop/BUILD.md


On Thu, Apr 3, 2014 at 5:37 PM, Rory Walsh  wrote:
> I didn't realise there was so much great info to be found!
>
> On 3 April 2014 22:20, Victor Lazzarini  wrote:
>> actually better to use the new wiki
>>
>> https://github.com/csound/csound/wiki
>>
>> On 3 Apr 2014, at 21:44, Victor Lazzarini wrote:
>>
>>> Have a look at this and see if it makes sense to you
>>>
>>> http://sourceforge.net/p/csound/wiki/Home/
>>>
>>> On 3 Apr 2014, at 21:39, fauveboy wrote:
>>>
>>>> Hi just continuing from a recent post here
>>>> http://csound.1045644.n5.nabble.com/Most-appropriate-csound-download-link-td5733451.html#a5733546.
>>>> Im just trying to understand what I need to do to run csound in an efficient
>>>> way with minimal dependencies I guess?
>>>> @jpff suggests some source file links but I realise I'm unsure if thats what
>>>> I need or to do or want to be doing ....
>>>>
>>>> Bascially with c programming (of which Im still fresh to) in the case of my
>>>> raspberry pi a gcc compiler was already installed and I could run c files in
>>>> the terminal after using the command 'make'. Can Csound work in the same
>>>> way, and if so how? I wanted the most basic version I could get as Im going
>>>> to mostly be focusing on real time sampling and modulation. Is csound
>>>> essentially C with more dependencies? Rather could I build what I need just
>>>> in C for DSP?
>>>> Just needed some more enlightenment really on what the possibilities are,
>>>> still new Im afraid.
>>>>
>>>> Thank you very much for reading
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857.html
>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>>
>>>>
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-04-03 22:55
FromAndres Cabrera
SubjectRe: [Csnd] Compiling Csound....
Hi,

Now removed most text about building from the manual.

Cheers,
Andrés


On Thu, Apr 3, 2014 at 2:41 PM, Steven Yi <stevenyi@gmail.com> wrote:
Most of the information has been migrated to the BUILD.md that comes
with the source (in the develop branch for now):

https://github.com/csound/csound/blob/develop/BUILD.md


On Thu, Apr 3, 2014 at 5:37 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
> I didn't realise there was so much great info to be found!
>
> On 3 April 2014 22:20, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>> actually better to use the new wiki
>>
>> https://github.com/csound/csound/wiki
>>
>> On 3 Apr 2014, at 21:44, Victor Lazzarini wrote:
>>
>>> Have a look at this and see if it makes sense to you
>>>
>>> http://sourceforge.net/p/csound/wiki/Home/
>>>
>>> On 3 Apr 2014, at 21:39, fauveboy wrote:
>>>
>>>> Hi just continuing from a recent post here
>>>> http://csound.1045644.n5.nabble.com/Most-appropriate-csound-download-link-td5733451.html#a5733546.
>>>> Im just trying to understand what I need to do to run csound in an efficient
>>>> way with minimal dependencies I guess?
>>>> @jpff suggests some source file links but I realise I'm unsure if thats what
>>>> I need or to do or want to be doing ....
>>>>
>>>> Bascially with c programming (of which Im still fresh to) in the case of my
>>>> raspberry pi a gcc compiler was already installed and I could run c files in
>>>> the terminal after using the command 'make'. Can Csound work in the same
>>>> way, and if so how? I wanted the most basic version I could get as Im going
>>>> to mostly be focusing on real time sampling and modulation. Is csound
>>>> essentially C with more dependencies? Rather could I build what I need just
>>>> in C for DSP?
>>>> Just needed some more enlightenment really on what the possibilities are,
>>>> still new Im afraid.
>>>>
>>>> Thank you very much for reading
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857.html
>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>>
>>>>
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2014-04-03 23:00
FromDominic Melville
SubjectRe: [Csnd] Compiling Csound....
New Build.md file coming any day now, just got to find the time to finish it! New additions are CCRMA Satellite, OS X command line and self-contained USB stick portable build info. ;) 

Dominic 

On Thursday, April 3, 2014, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

Now removed most text about building from the manual.

Cheers,
Andrés


On Thu, Apr 3, 2014 at 2:41 PM, Steven Yi <stevenyi@gmail.com> wrote:
Most of the information has been migrated to the BUILD.md that comes
with the source (in the develop branch for now):

https://github.com/csound/csound/blob/develop/BUILD.md


On Thu, Apr 3, 2014 at 5:37 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
> I didn't realise there was so much great info to be found!
>
> On 3 April 2014 22:20, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>> actually better to use the new wiki
>>
>> https://github.com/csound/csound/wiki
>>
>> On 3 Apr 2014, at 21:44, Victor Lazzarini wrote:
>>
>>> Have a look at this and see if it makes sense to you
>>>
>>> http://sourceforge.net/p/csound/wiki/Home/
>>>
>>> On 3 Apr 2014, at 21:39, fauveboy wrote:
>>>
>>>> Hi just continuing from a recent post here
>>>> http://csound.1045644.n5.nabble.com/Most-appropriate-csound-download-link-td5733451.html#a5733546.
>>>> Im just trying to understand what I need to do to run csound in an efficient
>>>> way with minimal dependencies I guess?
>>>> @jpff suggests some source file links but I realise I'm unsure if thats what
>>>> I need or to do or want to be doing ....
>>>>
>>>> Bascially with c programming (of which Im still fresh to) in the case of my
>>>> raspberry pi a gcc compiler was already installed and I could run c files in
>>>> the terminal after using the command 'make'. Can Csound work in the same
>>>> way, and if so how? I wanted the most basic version I could get as Im going
>>>> to mostly be focusing on real time sampling and modulation. Is csound
>>>> essentially C with more dependencies? Rather could I build what I need just
>>>> in C for DSP?
>>>> Just needed some more enlightenment really on what the possibilities are,
>>>> still new Im afraid.
>>>>
>>>> Thank you very much for reading
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857.html
>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>>
>>>>
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "un

Date2014-04-04 18:44
Fromfauveboy
Subject[Csnd] Re: Compiling Csound....
Thanks for these links guys, i guess a need to take a moment to study them a
bit for what i need....why are there different c sounds as in csound1, 2 , 3
ect,  csound 6 six in this case.... What are the differences ? Because with
c i understand that theres one compiler and you download i guess
libraries/dependencies when you need them. Does c sound not work like this ?
Can it work like this if a download a very early basic version, would it
even be more basic if it was earlier and then I can down load specific
libraries if i need them ? By downloading csound does it work like
additional binary to c?
Hope im not being too tedious with these questions ,
Thanks for reading again 



--
View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857p5733895.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-04-04 18:56
FromVictor Lazzarini
SubjectRe: [Csnd] Compiling Csound....
There are different versions. 
Csound 6 is the latest version. Earlier versions are not supported anymore.

Also it’s “Csound” not “c sound”.

Apart from being written in C, Csound does not have much else to do with the C language.

========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 4 Apr 2014, at 18:44, fauveboy  wrote:

> Thanks for these links guys, i guess a need to take a moment to study them a
> bit for what i need....why are there different c sounds as in csound1, 2 , 3
> ect,  csound 6 six in this case.... What are the differences ? Because with
> c i understand that theres one compiler and you download i guess
> libraries/dependencies when you need them. Does c sound not work like this ?
> Can it work like this if a download a very early basic version, would it
> even be more basic if it was earlier and then I can down load specific
> libraries if i need them ? By downloading csound does it work like
> additional binary to c?
> Hope im not being too tedious with these questions ,
> Thanks for reading again 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857p5733895.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 



Date2014-04-05 17:46
Fromfauveboy
Subject[Csnd] Re: Compiling Csound....
So does Csound have a different compiler altogether when I go to download
it.... can I write a script in textwrangler for example and execute that
through a bash terminal like I've learn't with C and Python? And what are
some of the changes made when a new version is brought out?

Thanks 



--
View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857p5733916.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-04-05 18:03
FromRory Walsh
SubjectRe: [Csnd] Re: Compiling Csound....
Csound is nothing more than a sound compiler. I would say near half
the people on this list use it from the command line just like any
other compiler. More and more however, people are using front-ends
like CsoundQT, Blue, etc. It's up to you to decie which way you wish
to work with it. As for changes in newer version, you can read the
change log. It's updated with each release.



On 5 April 2014 17:46, fauveboy  wrote:
> So does Csound have a different compiler altogether when I go to download
> it.... can I write a script in textwrangler for example and execute that
> through a bash terminal like I've learn't with C and Python? And what are
> some of the changes made when a new version is brought out?
>
> Thanks
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857p5733916.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-04-05 18:24
FromAskwazzup
Subject[Csnd] Re: Compiling Csound....
Sorry for dethreading

Installed Csound on my Arch Linux laptop today, but when i run it it says:
error while loading shared libraries: libcsound64.so.6.0

I've read in another thread that one has to use idconfig, but there is no
such thing on Arch linux it seems. I also tried to add a libc.conf (with a
line : /usr/local/lib) file into directory "ld.so.conf.d", but that does
nothing also. Anyone have any ideas?



--
View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857p5733919.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-04-05 18:34
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re:
AttachmentsNone  

Date2014-04-05 18:43
FromAskwazzup
Subject[Csnd] Re: Re:
Thank you!



--
View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857p5733921.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-04-05 18:58
Fromlaurence
SubjectRe: [Csnd] Re: Compiling Csound....
I been away from arch for a while, but I find this very puzzling. Are you sure /sbin/ldconfig doesn't exist? This is a core program.


On 6 April 2014 01:24, Askwazzup <aistiskaikaris@mail.com> wrote:
Sorry for dethreading

Installed Csound on my Arch Linux laptop today, but when i run it it says:
error while loading shared libraries: libcsound64.so.6.0

I've read in another thread that one has to use idconfig, but there is no
such thing on Arch linux it seems. I also tried to add a libc.conf (with a
line : /usr/local/lib) file into directory "ld.so.conf.d", but that does
nothing also. Anyone have any ideas?



--
View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857p5733919.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2014-04-05 19:02
Fromlaurence
SubjectRe: [Csnd] Re: Compiling Csound....
Ah... I see this has thankfully been resolved! :)


On 6 April 2014 01:58, laurence <laurence.capelin@gmail.com> wrote:
I been away from arch for a while, but I find this very puzzling. Are you sure /sbin/ldconfig doesn't exist? This is a core program.


On 6 April 2014 01:24, Askwazzup <aistiskaikaris@mail.com> wrote:
Sorry for dethreading

Installed Csound on my Arch Linux laptop today, but when i run it it says:
error while loading shared libraries: libcsound64.so.6.0

I've read in another thread that one has to use idconfig, but there is no
such thing on Arch linux it seems. I also tried to add a libc.conf (with a
line : /usr/local/lib) file into directory "ld.so.conf.d", but that does
nothing also. Anyone have any ideas?



--
View this message in context: http://csound.1045644.n5.nabble.com/Compiling-Csound-tp5733857p5733919.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"