This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bug in compiling gcc 2.95 ?
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Bug in compiling gcc 2.95 ?
- From: Horst Höft <Hoeft at tu-harburg dot de>
- Date: Wed, 04 Aug 1999 13:48:25 +0200
- Organization: TU Hamburg-Harburg
Hello,
i get this errors compiling gcc 2.95:
In file included from gthr-default.h:1,
from ../../gcc-2.95/gcc/gthr.h:98,
from ../../gcc-2.95/gcc/libgcc2.c:3034:
../../gcc-2.95/gcc/gthr-dce.h: In function `__gthread_getspecific':
../../gcc-2.95/gcc/gthr-dce.h:111: too many arguments to function
`pthread_getspecific'
../../gcc-2.95/gcc/libgcc2.c: In function `eh_context_initialize':
../../gcc-2.95/gcc/libgcc2.c:3171: `pthread_once_init' undeclared (first use
in this function)
../../gcc-2.95/gcc/libgcc2.c:3171: (Each undeclared identifier is reported
only once
../../gcc-2.95/gcc/libgcc2.c:3171: for each function it appears in.)
configured with:
../gcc-2.95/configure --x-includes=/usr/include/X11R6
--x-libraries=/usr/lib/X11R6 --with-gnu-as
--disable-nls --enable-languages=c++,f77,objc
hppa1.1-hp-hpux10.20
compiled with:
gmake bootstrap
System: HP 9000/782 with HP/UX 11.0
gcc 2.8.1
as GNU assembler 2.9.1
Horst