A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables . مشترك خطا اثناء تشكيل) على التوالي. / تكوين) البرمجيات في لينكس انظمة -- خطأ : ج + + لا يمكن انشاء مجمع للتنفيذ. The solution, not surprisingly is simple: الحل ، ولا عجب في ذلك بسيط :

Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++ . تثبيت حزمة ، وهو ما يضيف ج + + الدعم لحكومة الوحدة الوطنية المجمع جمع -- دول مجلس التعاون الخليجي - ج + +. On Fedora / Red Hat that translates to: على فيدورا / القبعه الحمراء التي تترجم الى :
yum install gcc-c++ yum تثبيت لدول مجلس التعاون الخليجي - ج + +

Note: I found this error while trying to configure DansGuardian, a software content filter for Linux. ملاحظه : لقد وجدت خطأ اثناء محاولة تهيئة dansguardian ، مرشح مضمون البرامج في لينكس.