Mail Archives: djgpp-workers/1998/02/03/04:51:57
On Mon, 2 Feb 1998, Andrew Crabtree wrote:
> attempting to bootstrap a compiler from unix, is going to have the
> make process abort with
>
> /usr/local/lib/gcc-lib/i586-go32-msdos/pgcc-2.90.23/include/stdio.h:36: warning:
> redefinition of `size_t'
> /tmp/gnu/egcs-1.0.1/gcc/ginclude/stddef.h:168: warning: `size_t' previously decl ared here
These are warnings; they should not stop the compilation. So why do
you say that Make aborts?
> and thought that moving size_t into stddef.h might be a decent
> alternative
Our stddef.h *does* define size_t.
- Raw text -