ciao a tutti,
sono Sabino e sono entrato da poco nel fantastico mondo fedora.
Utilizzo essenzialmente MariaDB e PHP; mi trovo benissimo :-)
Ovviamente essendo nuovo ho i classici problemi del neofita.
Per esempio non riesco a compilare utilizzando FBC.
Msg di errore:
[root@localhost 04_freebasic]# fbc 01_.bas sh: gcc: command not found sh: gcc: command not found sh: gcc: command not found sh: gcc: command not found sh: gcc: command not found sh: gcc: command not found sh: gcc: command not found 01_.bas() error 23: File not found, crt1.o sh: gcc: command not found 01_.bas() error 23: File not found, crti.o sh: gcc: command not found 01_.bas() error 23: File not found, crtbegin.o sh: gcc: command not found 01_.bas() error 23: File not found, crtend.o sh: gcc: command not found 01_.bas() error 23: File not found, crtn.o ld: cannot find -lncurses ld: cannot find -lm ld: cannot find -ldl ld: cannot find -lsupc++ ld: cannot find -lpthread ld: cannot find -lgcc ld: cannot find -lc
Se qualcuno riesce ad aiutarmi....
grazie 1000 comunque
Sabino
Gcc è installato?
Daniele Nasuti Il 19/mar/2014 20:26 "sabino_acquaviva2" sabyinfo@fastwebnet.it ha scritto:
ciao a tutti,
sono Sabino e sono entrato da poco nel fantastico mondo fedora.
Utilizzo essenzialmente MariaDB e PHP; mi trovo benissimo :-)
Ovviamente essendo nuovo ho i classici problemi del neofita.
Per esempio non riesco a compilare utilizzando FBC.
Msg di errore:
[root@localhost 04_freebasic]# fbc 01_.bas sh: gcc: command not found sh: gcc: command not found sh: gcc: command not found sh: gcc: command not found sh: gcc: command not found sh: gcc: command not found sh: gcc: command not found 01_.bas() error 23: File not found, crt1.o sh: gcc: command not found 01_.bas() error 23: File not found, crti.o sh: gcc: command not found 01_.bas() error 23: File not found, crtbegin.o sh: gcc: command not found 01_.bas() error 23: File not found, crtend.o sh: gcc: command not found 01_.bas() error 23: File not found, crtn.o ld: cannot find -lncurses ld: cannot find -lm ld: cannot find -ldl ld: cannot find -lsupc++ ld: cannot find -lpthread ld: cannot find -lgcc ld: cannot find -lc
Se qualcuno riesce ad aiutarmi....
grazie 1000 comunque
Sabino
it-users mailing list it-users@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/it-users
2014-03-20 0:05 GMT+01:00 Daniele Nasuti daniele.nasuti@gmail.com:
Gcc è installato?
ovviamente no :)
Sabino, installa gli strumenti di sviluppo con:
yum install @development-tools
e poi riprova
it-users@lists.fedoraproject.org