This patch is part of a series of patches for speech-tools for Debian GNU/Linux, which primarily fix build errors with GCC 4.3 and newer. --- speech-tools-1.2.3.orig/config/compilers/gcc28.mak +++ speech-tools-1.2.3/config/compilers/gcc28.mak @@ -45,7 +45,7 @@ endif CC= $(GCC28) -CXX = $(GCC28) +CXX = g++ COMPILER_DESC=FSF gcc2.8 @@ -56,7 +56,7 @@ # gcc-2.8.1 has problems in optimizing some files HONOUR_NOOPT=1 -COMPILERLIBS= $(COMPILER_LIBS_DIR:%=-L%) -lstdc++ +COMPILERLIBS= $(COMPILER_LIBS_DIR:%=-L%)