|
gcc e g++ su fedora 6
salve a tutti
ho un problemuccio di compilazione di un programma
dopo aver dato il configure ottengo questo messaggio:
[root@Tranceface amsn]# ./configure
checking for prefix by checking for wish... /usr/bin/wish
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
which: no g++ in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
configure: error: You need a C++ compiler (g++) to compiler aMSN. Please install g++ and try again
come mai non mi trova il compilatore?
mi pare che g++ sia solo uno script che richiama gcc pero' sembra non essere presente e non capisco come mai;qualunque sistema gnu/linux ha il compilatore integrato
penso che mi manchi qualche pacchetto o qualch libreria
mi sapete dire quale o quali?
|