glibc2 erros

Iniciado por Victinho, 04 de Novembro de 2011, 13:48

tópico anterior - próximo tópico

Victinho

Olá pessoal, preciso de ajuda nisto, quero instalar o Labview da N.I. no ubuntu, e preciso do glibc2 para isso, depois de ter instalado a versão mais recente do binutils da página oficial do glibc, tentei correr o configure do glib, corre mas dá o erro abaixo indicado:

In file included from ../sysdeps/unix/sysv/linux/syslog.c:10:0:
../misc/syslog.c: In function '__vsyslog_chk':
../misc/syslog.c:144:9: warning: variable 'prioff' set but not used [-Wunused-but-set-variable]
../misc/syslog.c:123:1: sorry, unimplemented: inlining failed in call to 'syslog': function body not available
../misc/syslog.c:155:9: sorry, unimplemented: called from here
make[2]: *** [/home/vitor/Transferências/glibc-2.14/glibc_build/misc/syslog.o] Error 1
make[2]: Leaving directory `/home/vitor/Transferências/glibc-2.14/misc'
make[1]: *** [misc/subdir_lib] Error 2
make[1]: Leaving directory `/home/vitor/Transferências/glibc-2.14'
make: ** [install] Erro 2

o que é que eu devi fazer??? já fiz o download do código fonte do kernel do ubuntu, com o apt-get e supostamente deveria estar tudo a funcinar na perfeição, no entrenato depois de correr o comando:

./configure --prefix=/usr --with-pcre=system && make install && chmod -v 755 /usr/bin/gtester-report

não resulta, o que devo fazer? é que realmente o linux ás vezes e uma dor de cabeça....



Hy guy's, need help on this, i want to install Labview on Ubuntu, i need glibc2 to do it, after i instaled the lates version of binutils, i tried to configure glibc2.14, it runs but gives an error like this

In file included from ../sysdeps/unix/sysv/linux/syslog.c:10:0:
../misc/syslog.c: In function '__vsyslog_chk':
../misc/syslog.c:144:9: warning: variable 'prioff' set but not used [-Wunused-but-set-variable]
../misc/syslog.c:123:1: sorry, unimplemented: inlining failed in call to 'syslog': function body not available
../misc/syslog.c:155:9: sorry, unimplemented: called from here
make[2]: *** [/home/vitor/Transferências/glibc-2.14/glibc_build/misc/syslog.o] Error 1
make[2]: Leaving directory `/home/vitor/Transferências/glibc-2.14/misc'
make[1]: *** [misc/subdir_lib] Error 2
make[1]: Leaving directory `/home/vitor/Transferências/glibc-2.14'
make: ** [install] Erro 2

what should i do, i already downloaded the sources of my kernel, i should have everything that is need to run this command without erros:

./configure --prefix=/usr --with-pcre=system && make install && chmod -v 755 /usr/bin/gtester-report

any help? any questions??? please linux sometimes is a headache....