Ubuntu configure: error: C++ compiler cannot create executables


Are you getting following error while installing any package on Ubuntu ?

“Ubuntu configure: error: C++ compiler cannot create executables”

8K96N4QFNNAY

This error comes when you run ./configure on any of the downloaded packages and if you dont have c++ installed on your computer.

So to solve this problem, you should install “g++” on your ubuntu machine.

How to  install g++ library in ubuntu ?

Try following command

sudo apt-get install g++

ProWebGuru: Mostly I write about technology related stuff on https://www.prowebguru.comRecently I have started making videos also. Mostly blog posts & videos are related to technology, programming and learning some new tips and tricks related to windows, wordpress, google app script, technical, programming, javascript, jquery and other coding related stuff.Youtube channel - https://www.youtube.com/user/prowebguru

View Comments (1)

This website uses cookies.