Welcome to Linux Questions.
http://www.surina.net/soundtouch/README.html
Quote:
2.2. Building in Gnu platforms
The SoundTouch library can be compiled in practically any platform
supporting GNU compiler (GCC) tools. SoundTouch have been tested
with gcc version 3.3.4.
|
This software is from 2006, written for gcc-3.3.x .
'soundtouch-1.3.1' will also compile with g++-4.1 ,
available on Debian Lenny and Ubuntu, CentOS. For Fedora :
# 'yum search compat-gcc'
# 'yum install compat-gcc-c++'
Using the "different" compiler, example :
'make CXX=g++-4.1' ( Replace with actual /usr/bin/g++... )
.....
There are packages for Debian, Ubuntu :
'soundstretch' , 'libsoundtouch1c2'
....
Good luck.
....