Csound Csound-dev Csound-tekno Search About

[Cs-dev] linux build & segfault

Date2007-02-06 00:51
Fromahalda@cs.mcgill.ca
Subject[Cs-dev] linux build & segfault
Attachmentspatch  None  None  
Hi,

I've just built the 5.04 csound in linux. I had some problems, but I see
you've fixed them in cvs, except for this one:

It might have to do with my setup, but I found that the build didn't link
my tcl, lua and fltk libs properly. To fix this I modified SConstruct a
bit, as shown in the patch file so that it linked the libraries in. I
hardcoded it for tcl8.4, by the way. (I don't know enough scons to make it
general). These weren't being linked in, so I was getting 'undefined
symbols' when I tried to run csound.

Also, I had to modify  to  everywhere, but there is
probably a scons option to do this that I didn't find, or my system is
weird, so I'm guessing that's my problem.

Another minor point: Is there a way to only build one of the script 
interfaces? I only needed the python one, and it would have been easier
for me to ignore the tcl and lua ones.

Anyway, it works now, and it's very cool! Great project!

Allan