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/gcc30.mak +++ speech-tools-1.2.3/config/compilers/gcc30.mak @@ -47,13 +47,13 @@ endif CC= $(GCC30) -CXX = $(GCC30) +CXX = g++ WARN_CXXFLAGS += -Wno-non-template-friend STATIC_LINKFLAGS = -Dstatic -COMPILERLIBS= $(COMPILER_LIBS_DIR:%=-L%) -lstdc++ +COMPILERLIBS= $(COMPILER_LIBS_DIR:%=-L%)