BUILDING SOUNDMODEM FOR UBUNTU 64 BIT (Posted 2016-04-25 14:35:13 by corey_reichle) So, it appears there's a bit of an issue building soundmodem using gcc5.  The fix is pretty simple: * Install gcc4 * Preprend your makes to specify gcc version: ie, this should get 'er done: cd ~/soundmodem; ./configure CC=/usr/bin/gcc-4.9 && make CC=/usr/bin/gcc-4.9 && sudo make install CC=/usr/bin/gcc-4.9 Also, it appears soundmodem's page has been taken down, but you can clone it down from here: https://github.com/coreyreichle/soundmodem -------- There are no comments on this post. To submit a comment on this post, email corey.reichle@gmail.com or visit us on the web [ https://www.coreyreichle.com ].