> Date: Sat, 11 Oct 2008 02:03:27 -0700 (PDT)
> From: Uygar UZUNHASAN <[EMAIL PROTECTED]>
> 
> g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB 
> -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
> -I/usr/qt/4/mkspecs/linux-g++ -I. -I/usr/qt/4/include/QtCore 
> -I/usr/qt/4/include/QtCore -I/usr/qt/4/include/QtNetwork 
> -I/usr/qt/4/include/QtNetwork -I/usr/qt/4/include/QtGui 
> -I/usr/qt/4/include/QtGui -I/usr/qt/4/include/QtSql -I/usr/qt/4/include/QtSql 
> -I/usr/qt/4/include -I. -I. -I. -o _tools.o _tools.cpp
> make: g++: Command not found
> make: *** [_tools.o] Error 127

You don't have the g++ program, the GNU C++ compiler.  Error 127 means
the g++ command was not found.

You need to install the GNU C++ compiler.


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to