This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: linux-2.1.60/i586,glibc-2.0.5c,egcs-971114 snapshot :)
- To: law at cygnus dot com
- Subject: Re: linux-2.1.60/i586,glibc-2.0.5c,egcs-971114 snapshot :)
- From: hjl at lucon dot org (H.J. Lu)
- Date: Mon, 17 Nov 1997 10:22:45 -0800 (PST)
- Cc: teunis at mauve dot computersupportcentre dot com, egcs at cygnus dot com, drepper at gnu dot ai dot mit dot edu (Ulrich Drepper)
>
> In message <Pine.LNX.3.96.971114180852.16600A-100000@sigil.computersupportcentre.com>you write:
> > and:
> > What's the proper way to test egcs? (make check?)
> make check
>
> > How does one make a cross-compiler?
> > (first few attempts failed ....)
> Same, however you need many more pieces to get meaningful results (cross
> assembler, linker, libraries & a simulator).
>
>
> > ../streambuf.h:394: warning: invalid type `void *' for default argument to ios *'
> > In file included from ./../tests/hounddog.cc:25:
> > ../iostream.h:50: warning: invalid type `void *' for default argument to `ostream *'
> > ../iostream.h:123: warning: invalid type `void *' for default argument to `ostream *'
> > ../iostream.h:230: warning: invalid type `void *' for default argument to `ostream *'
> Hmmm, I thought we had fixed this problem several snapshots ago.
>
> Jason, HJ any thoughts?
>
I think it may be NULL defined in the kernel source. Jason has defined
NULL in _G_config.h. But glibc uses its own _G_config.h. Ulrich may
be glibc should do the same. Should it be in glibc 2.0.6?
--
H.J. Lu (hjl@gnu.ai.mit.edu)