PDA

View Full Version : Compilation problems


Psylenced
06-13-2002, 08:14 AM
-SNIP-

gcc -c -g -m486 -O3 -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -I/usr/include/mysql ../common/EQNetwork.cpp -o ../common/EQNetwork.o
gcc: installation problem, cannot exec `cc1plus': No such file or directory
../common/EQNetwork.cpp:6:22: iostream.h: No such file or directory
../common/EQNetwork.cpp:7:21: iomanip.h: No such file or directory

-SNIP-

I am getting this error message when attempting to run make on the server source. I attempted to locate these files however the only near matches that could be found were:

[detreprexus@sparkle world]$ locate iostream.h
/usr/local/include/php/Zend/zend_istdiostream.h
/usr/squidcafe/src/php-4.0.6/Zend/zend_istdiostream.h
/usr/squidcafe/src/php-4.1.0/Zend/zend_istdiostream.h
/usr/squidcafe/src/php-4.1.1/Zend/zend_istdiostream.h
/usr/squidcafe/src/php4/Zend/zend_istdiostream.h

Its been a while since I last ran Linux and I cannot for the life of me recall how to find out what distro is running on the box so unless one of you guys knows the command to pull that up i have no distro information for you.

Anyone have any ideas on what the cause of this error is and how I can go about fixing it? Thanks in advance.

Psylenced

ramccor
06-13-2002, 12:34 PM
the cc1plus not found message message says you dont have g++ installed. Since you didnt state your distribution, I would suggest that you look at whatever package manager it uses and verify that you have the g++ installed.