This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: can't make glibc-2.0.1


   From: riecherg@agcs.com
   Date: Wed, 26 Feb 1997 13:44:25 -0700

   I'm having a problem building glibc-2.0.1 on a sparc-sun-solaris2.4
   system with i960-*-coff as the host. It chunks along for a good time and 
   then I get an error. As I'm new to the wolrd of GNU tools, I'm stumped at 
   how to fix this. Here's the error:

   make[1]: Nothing to be done for `subdir_lib'.
   make[1]: Leaving directory `/home/riecherg/tmp/glibc-2.0.1/stdio-common'
   make  -C stdio subdir_lib
   make[1]: Entering directory `/home/riecherg/tmp/glibc-2.0.1/stdio'
   gcc ../sysdeps/posix/vdprintf.c -c -O -Wall -Winline -Wno-parentheses -Wstrict-prototypes -Wwrite-strings -g  -mhard-quad-float    -I. -I..   -I../sysdeps/sparc/elf -I../sysdeps/unix/sysv/sysv4/solaris2/sparc -I../sysdeps/unix/sysv/sysv4/solaris2 -I../sysdeps/unix/sysv/sysv4 -I../sysdeps/unix/common -I../sysdeps/unix/sysv -I../sysdeps/unix/sparc -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/sparc -I../sysdeps/wordsize-32 -I../sysdeps/ieee754 -I../sysdeps/libm-ieee754 -I../sysdeps/generic -I../sysdeps/stub   -include ../libc-symbols.h     -o vdprintf.o
   ../sysdeps/posix/vdprintf.c: In function `vdprintf':
   ../sysdeps/posix/vdprintf.c:35: `PTR' undeclared (first use this function)
   ../sysdeps/posix/vdprintf.c:35: (Each undeclared identifier is reported only once
   ../sysdeps/posix/vdprintf.c:35: for each function it appears in.)
   ../sysdeps/posix/vdprintf.c:38: parse error before `long'
   make[1]: *** [vdprintf.o] Error 1
   make[1]: Leaving directory `/home/riecherg/tmp/glibc-2.0.1/stdio'
   make: *** [stdio/subdir_lib] Error 2

   Any ideas on what the problem is or how to fix it?

The email address for problems with glibc is bug-glibc@prep.ai.mit.edu
(this is in the FAQ), so if you don't get any help from crossgcc, try there.