For a program, I am getting

GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)

on a Debian AMD64 machine. I am guessing the most likely issue is that the program is linked against this library but the necessary object files are missing on my system. Any ideas?

link|improve this question
feedback

1 Answer

Try installing build-essential

sudo apt-get install build-essential
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.