makefile - unrecognized command line option '-std=c++11' using mitlm -


after using make command following error occurs. followed page mac error: undefined symbols architecture x86_64, not solve that.

- cc1plus: error: unrecognized command line option '-std=c++11'     -cc1plus: error: unrecognized command line option '-std=c++11'     -cc1plus: error: unrecognized command line option '-stdlib=libc++' -make[1]: *** [src/util/commandoptions.lo] error 1 -make[1]: leaving directory `/home/saddam/softwareforsphinx/mit-language-modeling-toolkit'`enter code here` make: *** [all-recursive] error 1`` 


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -