Peter Cannon

Peter Cannon at

Hmm? Trying to install pumpa on my Fedora 18 box. I've got as far as # make but I must be missing something?

[root@localhost pumpa]# make
g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DUSE_DBUS -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -Isrc -Isrc/kQOAuth -I. -o obj/main.o src/main.cpp
make: g++: Command not found
make: *** [obj/main.o] Error 127

Not everyone uses .deb :-(
Show all 5 replies
Build essentials and gcc aren't fully installed it seems. I was able to build pumpa but only got it to segfault on my x86 & ARM boxes.

Stephen Michael Kellat at 2013-07-14T20:25:36Z

yum install /usr/bin/g++

Matt Molyneaux at 2013-07-14T21:09:36Z

Oh, and don't build as root, m'kay?

Matt Molyneaux at 2013-07-14T21:10:07Z

Cheers peeps will give it a go when I get home.

Peter Cannon at 2013-07-15T10:07:38Z