VoxForge
The error is, theused compiler named gcc34, you can testet it with "gcc -v" produce an error e.g. "command not found"
then you tried "gcc34 -v" (maybe -V)
returned the version of gcc ...
Then the simple solution : you link the gcc34 zu gcc .
Locate your gcc34 on my Fedora i found it /usr/bin/gcc34
i execute the command "ln -s /usr/bin/gcc34 /usr/bin/gcc"
The hardlink gccpoints to gcc34 and the compile works.
sorry for my bad english ;-)