I was able to install chuck by adding the CCRMA Repository through rpm. Then I used the yum install. As suggested by Fernando Lopez-Lezcano. This is the site I used.

http://ccrma.stanford.edu/planetccrma/software/installplanetfourteen.html#SECTION00020200000000000000

Copied the FC15 command into my terminal and then it worked.

Thank you

On Tue, Dec 27, 2011 at 7:54 PM, Alex Barham <alexbarha@gmail.com> wrote:
I am trying to install Chuck on a Fedora Core 16 system with ALSA. This is the error I am getting:

[root@Alex src]# make linux-alsa
make -f makefile.alsa
make[1]: Entering directory `/home/alex/Downloads/chuck-1.2.1.3/src'
g++ -o -lpthread 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  -lasound -lstdc++ -ldl -lm -lsndfile
g++: error: chuck: No such file or directory
make[1]: *** [chuck] Error 1
make[1]: Leaving directory `/home/alex/Downloads/chuck-1.2.1.3/src'
make: [linux-alsa] Error 2 (ignored)

I can't figure out which directory the Chuck install program is trying to look for. Any ideas?