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

glibc-2.3.2 compile errors--HELP!



I'm running into a wall, trying to compile glibc-2.3.2
on my alpha and hoping that the more educated
community can help me out.

my system is a ds20, running a stock 7.2 load.  I am
using gcc-3.3.2 & binutils-2.14 from source--compiled
and running successfully. I have the latest 2.4.22
kernel source for glibc to use the headers.  I am
following the glibc install instructions/FAQ and using
the following configure options:

configure --prefix=/usr/local/glibc.3.2
--enable-add-ons=linuxthreads
--with-headers=/usr/src/linux-2.4.22/include

When I do a 'make' after the config, it runs for a
while and then bombs out on the "sscanf.c" module. 
Here is the last few lines of the error.  

"Does anybody have some suggestions on steps that I am
missing, or if there is a way around this error?"


gcc sscanf.c -c -std=gnu99 -O2 -Wall -Winline
-Wstrict-prototypes -Wwrite-strings -g -mieee    
-I../include -I.
-I/usr/local/src/glibc/build-glibc-2.3.2/stdio-common
-I.. -I../libio 
-I/usr/local/src/glibc/build-glibc-2.3.2
-I../linuxthreads/sysdeps/alpha/elf
-I../sysdeps/alpha/elf
-I../linuxthreads/sysdeps/unix/sysv/linux/alpha
-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/alpha
-I../sysdeps/unix/sysv/linux/alpha
-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu
-I../sysdeps/unix/common -I../sysdeps/unix/mman
-I../sysdeps/unix/inet -I../sysdeps/unix/sysv
-I../sysdeps/unix/alpha -I../sysdeps/unix
-I../sysdeps/posix -I../sysdeps/alpha/alphaev6/fpu
-I../sysdeps/alpha/alphaev6
-I../sysdeps/alpha/alphaev5 -I../sysdeps/alpha/fpu
-I../sysdeps/alpha -I../sysdeps/wordsize-64
-I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754
-I../sysdeps/generic/elf -I../sysdeps/generic 
-nostdinc -isystem
/usr/lib/gcc-lib/alpha-linux/3.3.2/include -isystem
/usr/src/linux-2.4.22/include -D_LIBC_REENTRANT
-include ../include/libc-symbols.h      
-D_IO_MTSAFE_IO -o
/usr/local/src/glibc/build-glibc-2.3.2/stdio-common/sscanf.o
sscanf.c:31: warning: 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: warning: inlining failed
in call to `_itoa_word'
../stdio-common/_itoa.h:76: warning: called from here
make[2]: ***
[/usr/local/src/glibc/build-glibc-2.3.2/stdio-common/sscanf.o]
Error 1
make[2]: Leaving directory
`/usr/local/src/glibc/glibc-2.3.2/stdio-common'
make[1]: *** [stdio-common/subdir_lib] Error 2
make[1]: Leaving directory
`/usr/local/src/glibc/glibc-2.3.2'
make: *** [all] Error 2
[root ds20 build-glibc-2.3.2]


Thanks in advance for any assistance.

SH

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/




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