PDA

View Full Version : G++ Error Help pls


robilaur
14th September 2007, 18:40
########## lex ##########

/usr/bin/lex
OK

########## g++ ##########

ERROR: g++ not found!
Cronos:~/install_ispconfig#


Help pls....what is missing ?

catdude
14th September 2007, 18:47
########## lex ##########

/usr/bin/lex
OK

########## g++ ##########

ERROR: g++ not found!
Cronos:~/install_ispconfig#


Help pls....what is missing ?

g++, the GNU c++ compiler. If you are running Debian or Ubuntu, you can remedy this with:
apt-get install g++