Hi, I recently tried to get chuck working on my new UbuntuStudio 64bit install and I can&#39;t get it to work properly.&nbsp; <br><br>When I &quot;make linux-jack&quot; it seems to go okay and the last couple lines are as follows:
<br><br>g++ -D__LINUX_JACK__ -c -O3 -D__CK_SNDFILE_NATIVE__ uana_xform.cpp<br>g++ -D__LINUX_JACK__ -c -O3 -D__CK_SNDFILE_NATIVE__ uana_extract.cpp<br>g++ -o chuck chuck.tab.o chuck.yy.o chuck_absyn.o chuck_parse.o chuck_errmsg.o chuck_frame.o chuck_symbol.o chuck_table.o chuck_utils.o chuck_vm.o chuck_instr.o chuck_scan.o chuck_type.o chuck_emit.o chuck_compile.o chuck_dl.o chuck_oo.o chuck_lang.o chuck_ugen.o chuck_main.o chuck_otf.o chuck_stats.o chuck_bbq.o chuck_shell.o chuck_console.o chuck_globals.o digiio_rtaudio.o hidio_sdl.o midiio_rtmidi.o 
rtaudio.o rtmidi.o ugen_osc.o ugen_filter.o ugen_stk.o ugen_xxx.o ulib_machine.o ulib_math.o ulib_std.o ulib_opsc.o util_buffers.o util_console.o util_string.o util_thread.o util_opsc.o util_math.o util_network.o util_raw.o util_xforms.o util_hid.o uana_xform.o uana_extract.o&nbsp; -lasound -ljack -lstdc++ -ldl -lm -lsndfile
<br>make[1]: Leaving directory<br><br><br>then when I run &quot;chuck <a href="http://moe.ck">moe.ck</a>&quot; I get:<br><br>JACK tmpdir identified as [/dev/shm]<br>Enhanced3DNow! detected<br>SSE2 detected<br>JACK tmpdir identified as [/dev/shm]
<br>Enhanced3DNow! detected<br>SSE2 detected<br>JACK tmpdir identified as [/dev/shm]<br>Enhanced3DNow! detected<br>SSE2 detected<br>Segmentation fault (core dumped)<br><br><br>Where is my problem lying?&nbsp; I&#39;m of the linux age where I shouldn&#39;t have to understand how to compile from code to get things to run and the Chuck install instructions say nothing about which programs and libraries (other than libsndfile) are required etc.. to make.&nbsp; That info would be a very good addition on the next release.
<br>