bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Trying to install glibc 2.3.2


From: Daniel Klein
Subject: Trying to install glibc 2.3.2
Date: Sun, 31 Aug 2003 00:22:44 +0200
User-agent: KMail/1.4.1

Hello all,

 first of all I realize this is most probably not a bug report, but it said on 
gnu.org that this list was used for user discussion / help as well, so here I 
go:

I was trying to put on the latest Mozilla and suddenly realized my roughly 4 
years old Linux distro (SuSE 7.2) isn't quite up to speed anymore. I do not 
know what glibc I have on right now (seeing a libc.so.6 in /lib means I have 
a glibc as my libc, right? That should be what any sane distro used even 4 
years ago, no?) but Mozilla complains it's not 2.2.4 or higher, which it 
needs. So there I go downloading 2.3.2. First of all I had to compile a new 
gcc as well, since glibc 2.3.2 didn't want to play with gcc 2.95. I'm now 
running the latest gcc, that went without complications.. now I was trying to 
compile glibc, and after a long long time I get the following error message:
(I included the last gcc call, dunno if it's relevant)

gcc sscanf.c -c -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes 
-Wwrite-strings -g      -I../include -I. 
-I/hdb/home/bringa/Download/glibbuild/stdio-common -I.. -I../libio  
-I/hdb/home/bringa/Download/glibbuild -I../sysdeps/i386/elf 
-I../linuxthreads/sysdeps/unix/sysv/linux/i386 
-I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread 
-I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv 
-I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386/i686 
-I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 
-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common 
-I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 
-I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix 
-I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686 
-I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i386 
-I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 
-I../sysdeps/generic/elf -I../sysdeps/generic  -I 
/lib/modules/2.4.4-4GB/build/include -D_LIBC_REENTRANT -include 
../include/libc-symbols.h       -D_IO_MTSAFE_IO -o 
/hdb/home/bringa/Download/glibbuild/stdio-common/sscanf.o
sscanf.c:31: Warnung: conflicting types for built-in function `sscanf'
sscanf.c: In function `sscanf':
sscanf.c:37: error: `va_start' used in function with fixed args
../stdio-common/_itoa.h: At top level:
../stdio-common/_itoa.h:40: Warnung: inlining failed in call to `_itoa_word'
../stdio-common/_itoa.h:76: Warnung: called from here
make[2]: *** [/hdb/home/bringa/Download/glibbuild/stdio-common/sscanf.o] Error 
1
make[2]: Leaving directory 
`/hdb/home/bringa/Download/glibc-2.3.2/stdio-common'
make[1]: *** [stdio-common/subdir_lib] Error 2
make[1]: Leaving directory `/hdb/home/bringa/Download/glibc-2.3.2'
make: *** [all] Error 2

Can anyone help me with this? I'm pretty much clueless what could cause this..

Daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]