Date: Tue, 3 Feb 1998 11:44:54 +0200 (IST) From: Eli Zaretskii To: andrewc AT rosemail DOT rose DOT hp DOT com cc: DJ Delorie , djgpp-workers AT delorie DOT com Subject: Re: iostream concern In-Reply-To: <199802030057.AA212517422@typhoon.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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.