This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc error
- From: Mike Cleary <mcleary at iol dot unh dot edu>
- To: gcc <gcc at gcc dot gnu dot org>
- Cc: clp <clp at iol dot unh dot edu>
- Date: Thu, 08 Aug 2002 13:59:33 -0400
- Subject: gcc error
Hello,
I have found the following error with gcc:
gcc ../sysdeps/wordsize-64/wcstol_l.c -c -O -Wall -Winline
-Wstrict-prototypes -
Wwrite-strings -g -mieee -I../include -I../stdlib -I../include -I.
-I/mnt/u9/
toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/native/libc/wcsmbs -I..
-I../li
bio
-I/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/native/libc -I..
/linuxthreads/sysdeps/alpha/elf -I../sysdeps/alpha/elf
-I../linuxthreads/sysdeps
/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread
-I../lin
uxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix
-I../linuxthreads/sys
deps/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/in
et -I../sysdeps/unix/sysv -I../sysdeps/unix/alpha -I../sysdeps/unix
-I../sysdeps
/posix -I../sysdeps/alpha/fpu -I../sysdeps/alpha
-I../sysdeps/wordsize-64 -I../s
ysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754
-I../sysd
eps/generic/elf -I../sysdeps/generic -I
/lib/modules/2.4.16/build/include -D_LI
BC_REENTRANT -include ../include/libc-symbols.h -o
/mnt/u9/toolchain/builds
ys/build/alpha9/basic-gcc_2.95.3/native/libc/wcsmbs/wcstol_l.o
../sysdeps/wordsize-64/wcstol_l.c:11: conflicting types for `wcstoll_l'
../wcsmbs/wchar.h:440: previous declaration of `wcstoll_l'
make[2]: ***
[/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/native/li
bc/wcsmbs/wcstol_l.o] Error 1
make[2]: Leaving directory `/mnt/u9/toolchain/buildsys/source/libc/wcsmbs'
make[1]: *** [wcsmbs/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/u9/toolchain/buildsys/source/libc'
make: *** [all] Error
I found this error on an alpha with the alphaev56-unknown-linux-gnu
configuration, the basic-gcc_2.95.3 baseline, and the libc package.
Can anyone help with this?
Salutations,
-Mike Cleary