firefox - SpiderMonkey Build Configure Error "configure: error: Your C and C++ compilers are different..." -


command:
mozjs-38.0.0/js/src/build_dbg.obj$ ../configure --enable-debug --disable-optimize

output:
... configure:3223: checking windres configure: error: c , c++ compilers different. need use same compiler.

the gcc , g++ version 4.9.3.clang version 3.6.0-2.

how solve issue? thanks!

resolved link "/usr/bin/c++" "/etc/alternatives/c++" used g++.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -