<br><br><div class="gmail_quote">On Thu, Sep 13, 2012 at 3:58 AM, Andrew Turley <span dir="ltr"><<a href="mailto:aturley@acm.org" target="_blank">aturley@acm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF"><div>You'll need to install some dependencies. Off the top of my head, you'll need bison, flex, g++ (well, some C++ compiler), alsa dev files, and libsound. I'm assuming this is your Linux box, and not a shared box where you have an account, correct? If so, the easiest thing to do is install those packages I mentioned using your Linux distribution's package manager. Once you've done that, try "make linux-alsa" again. If you're on Debian let me know an I can send you a list of the packages you need to apt-get.<br>
</div></div></blockquote><div><br><br>Not as bad as all that: <a href="https://help.ubuntu.com/community/CompilingSoftware">Ubuntu info on compiling software</a><br>"Background
<span class="anchor" id="line-14"></span><p class="line862">You might 
need to compile software depending on the language in which the program 
is written. Applications which require compiling are usually written in <em>C</em> and <em>C++</em>. If this is the case, you will need to install a compiler <strong>gcc</strong> which can be obtained by installing the <strong>build-essential</strong> package. Normally, you can do this by typing the following in a terminal: <span class="anchor" id="line-15"></span><span class="anchor" id="line-16"></span><span class="anchor" id="line-17"></span></p>
<pre><span class="anchor" id="line-1"></span>sudo apt-get install build-essential</pre><span class="anchor" id="line-18"></span><p class="line874">and in order to run the configure and autogen.sh files that come with many programs: <span class="anchor" id="line-19"></span><span class="anchor" id="line-20"></span><span class="anchor" id="line-21"></span></p>
<pre><span class="anchor" id="line-1-1"></span>sudo apt-get install automake</pre><span class="anchor" id="line-22"></span><p class="line862">Finally, you will need <a href="https://help.ubuntu.com/community/CheckInstall">CheckInstall</a> to safely insert your program in your system: <span class="anchor" id="line-23"></span><span class="anchor" id="line-24"></span><span class="anchor" id="line-25"></span></p>
<pre><span class="anchor" id="line-1-2"></span>sudo apt-get install checkinstall..."<br>-------------------------------<br><br>This worked on some other frustrating installations, will try it on chuck when time/energy permits.<br>
<br>Forrest Curo<br>San Diego<br></pre></div></div>