in reply to Re: Win32::Sound for Linux
in thread Win32::Sound for Linux

So I found MIDI-Music but receive an error when I try to install it on my Linux box.
cp Music.pm blib/lib/MIDI/Music.pm AutoSplitting blib/lib/MIDI/Music.pm (blib/lib/auto/MIDI/Music) /usr/bin/perl /usr/share/perl/5.8/ExtUtils/xsubpp -typemap /usr/share +/perl/5.8/ExtUtils/typemap Music.xs > Music.xsc && mv Music.xsc Musi +c.c cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno- +strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FIL +E_OFFSET_BITS=64 -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fP +IC "-I/usr/lib/perl/5.8/CORE" Music.c /bin/sh: cc: command not found *** Error code 127 Stop. pmake: stopped in /home/tamika/Desktop/MIDI-Music-0.01
Can any tell me what I need to get past this error?
"-I/usr/lib/perl/5.8/CORE" Music.c /bin/sh: cc: command not found *** Error code 127 Stop.
Thanks!

Replies are listed 'Best First'.
Re^3: Win32::Sound for Linux
by jasonk (Parson) on Jan 01, 2008 at 17:02 UTC

    As error messages go, "command not found" is pretty clear, if you are going to compile things, you are going to have to install a compiler.


    We're not surrounded, we're in a target-rich environment!