ciao
dovresti *installare/aggiornare anche gcc-cpp.. dovresti dare sulla stessa linea questo comando
sudo rpm -U gcc-cpp-4.2.4-3mamba.i586.rpm gcc-4.2.4-3mamba.i586.rpm
il problema che ti si é presentato si risolve in questo modo installando* contemporaneamente le librerie che ti interessano
ok finalmente ho installato gcc grazie gil, ora dopo aver installato gcc mi sono messo a installare il driver per la mia penna rireless al make questo mi e stato risposto:
[root@openmamba 2008_0925_RT2870_Linux_STA_v1.4.0.0]# make
make -C tools
make[1]: Entering directory `/home/Apotek/rt2870/2008_0925_RT2870_Linux_STA_v1.4.0.0/tools'
gcc -g bin2h.c -o bin2h
bin2h.c:28:19: error: stdio.h: No such file or directory
bin2h.c:29:20: error: string.h: No such file or directory
bin2h.c:30:20: error: stdlib.h: No such file or directory
bin2h.c: In function ‘main’:
bin2h.c:34: error: ‘FILE’ undeclared (first use in this function)
bin2h.c:34: error: (Each undeclared identifier is reported only once
bin2h.c:34: error: for each function it appears in.)
bin2h.c:34: error: ‘infile’ undeclared (first use in this function)
bin2h.c:34: error: ‘outfile’ undeclared (first use in this function)
bin2h.c:42: warning: incompatible implicit declaration of built-in function ‘memset’
bin2h.c:49: warning: incompatible implicit declaration of built-in function ‘printf’
bin2h.c:54: warning: incompatible implicit declaration of built-in function ‘printf’
bin2h.c:57: warning: incompatible implicit declaration of built-in function ‘strcat’
bin2h.c:69: error: expected expression before ‘)’ token
bin2h.c:71: warning: incompatible implicit declaration of built-in function ‘printf’
bin2h.c:76: error: expected expression before ‘)’ token
bin2h.c:78: warning: incompatible implicit declaration of built-in function ‘printf’
bin2h.c:146: warning: incompatible implicit declaration of built-in function ‘sprintf’
bin2h.c:155: warning: incompatible implicit declaration of built-in function ‘exit’
make[1]: [all] Error 1
make[1]: Leaving directory `/home/Apotek/rt2870/2008_0925_RT2870_Linux_STA_v1.4.0.0/tools'
make: [build_tools] Error 2
[root@openmamba 2008_0925_RT2870_Linux_STA_v1.4.0.0]#
abiate pazienza.
ciao
ciao
prova ad installare come hai fatto prima glibc glibc-devel

