[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compile problem
From: |
Andreas Jaeger |
Subject: |
Re: Compile problem |
Date: |
Sat, 22 Sep 2001 08:15:37 +0200 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Academic Rigor) |
Craig Anderton <address@hidden> writes:
> Hello,
>
> I am attempting to compile glibc-2.1.3 on Solaris 2.6 and I can't get around
2.1.3 is way too old, start with the CVS archives or 2.2.4.
> this error. I am using GCC 2.95.3 and I have upgraded binutils and make to
> the latest versions.
>
> gcc set-freeres.c -c -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings
> -g -mhard-quad-float -I../include -I. -I/tmp/build/malloc -I..
> -I../libio -I/tmp/build -I../sysdeps/sparc/sparc32/elf
> -I../crypt/sysdeps/unix -I../sysdeps/unix/sysv/sysv4/solaris2/sparc/sparc32
> -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/sparc32
> -I../sysdeps/wordsize-32 -I../sysdeps/sparc/fpu -I../sysdeps/sparc
> -I../sysdeps/ieee754 -I../sysdeps/libm-ieee754 -I../sysdeps/generic/elf
> -I../sysdeps/generic -include ../include/libc-symbols.h -o
> /tmp/build/malloc/set-freeres.o
> set-freeres.c:23: warning: type defaults to `int' in declaration of
> `symbol_set_define'
Check what's in that line (I don't have 2.1.3 here) and then check
which type defaults to int - you probably miss a declaration of a
type.
Andreas
--
Andreas Jaeger
SuSE Labs address@hidden
private address@hidden
http://www.suse.de/~aj
- Compile problem, Craig Anderton, 2001/09/21
- Re: Compile problem,
Andreas Jaeger <=