PDA

View Full Version : ubuntu errore


playerxita
01-08-2007, 10:17
Ho da poco installato ubunto sul mio pc, ed ogni volta che provo ad installare un software , ricevo questo errore
[gcc 4.1.1]
WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy `make' (AIX,
DU, IRIX). You might want to install the `Texinfo' package or
the `GNU make' package. Grab either from any GNU archive site.
make[3]: *** [fastjar.info] Error 1
make[3]: Leaving directory `/home/playerx/Desktop/gcc-4.1.1/host-i686-pc-linux-gnu/fastjar'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/playerx/Desktop/gcc-4.1.1/host-i686-pc-linux-gnu/fastjar'
make[1]: *** [all-fastjar] Error 2
make[1]: Leaving directory `/home/playerx/Desktop/gcc-4.1.1'
make: *** [all] Error 2
_____________________________________________________________________

[glib 1.2.10]

gstrfuncs.c: In function 'g_printf_string_upper_bound':
gstrfuncs.c:870: error: syntax error before string constant
gstrfuncs.c:1037: error: syntax error before string constant
gstrfuncs.c:1080: error: syntax error before string constant
gstrfuncs.c:1111: error: syntax error before string constant
gstrfuncs.c: In function 'g_strdown':
gstrfuncs.c:1139: warning: pointer targets in assignment differ in signedness
gstrfuncs.c: In function 'g_strup':
gstrfuncs.c:1155: warning: pointer targets in assignment differ in signedness
gstrfuncs.c: In function 'g_strchug':
gstrfuncs.c:1314: warning: pointer targets in assignment differ in signedness
gstrfuncs.c:1317: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
make[2]: *** [gstrfuncs.lo] Error 1
make[2]: Leaving directory `/home/playerx/Desktop/glib-1.2.10'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/playerx/Desktop/glib-1.2.10'
make: *** [all-recursive-am] Error 2
__________________________________________________________________________

ho fatto delle ricerche su internet, ma dicono di installare dei programmi, ma il risultato è sempre il solito.
cosa devo fare???:muro:

WebWolf
01-08-2007, 10:29
Come lo installi il software ?

Dai sorgenti o con il gestore pacchetti ?

playerxita
01-08-2007, 10:32
apro il terminale, mi sposto nella cartella , e do ./configure && make && make install
c è un modo piu semplice????
ho provato a installare amule dal gestore pacchetti, ma non parte: dal menu app.>internet>amule, clicco, ma non succede niente

ilsensine
01-08-2007, 10:47
Installare gcc e glib da sorgenti è
1) complicato per chi non è pratico
2) pericoloso (sostituzione di librerie di sistema)
3) inutile: ubuntu già fornisce i pacchetti precompilati che ti servono, devi solo installarli

playerxita
01-08-2007, 10:53
e quindi?

ilsensine
01-08-2007, 10:56
e quindi?
https://help.ubuntu.com/7.04/add-applications/C/index.html

playerxita
01-08-2007, 11:02
ok grazie