bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fw: error 127


From: Eli Zaretskii
Subject: Re: Fw: error 127
Date: Sat, 11 Oct 2008 14:29:29 +0200

> Date: Sat, 11 Oct 2008 02:03:27 -0700 (PDT)
> From: Uygar UZUNHASAN <address@hidden>
> 
> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]