engrmomin...@gmail.com
unread,Aug 20, 2020, 3:37:34 AM8/20/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kaldi-help
Hi,
Currently, I am compiling kaldi. When i run extras/check_dependencies.sh script. It says:
extras/check_dependencies.sh: g++ (g++-4.8) is not supported.
extras/check_dependencies.sh: You need g++ >= 4.8.3, Apple clang >= 5.0 or LLVM clang >= 3.3.
After I check g++ version by using following command:
g++ --version
The response I get is:
g++ (Ubuntu 4.8.4-2ubuntu1~14.04.4) 4.8.4
which is greater than 4.8.3, .i.e. it should fullfill kaldi requirement, then why I am getting this error during compilation? Moreover, I don't have any other g++ version installed.
Kind Regards,