This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3_0-branch failure, bootstrapped with 3.0(052601)
- To: Gordon Sadler <gbsadler1 at lcisp dot com>
- Subject: Re: gcc-3_0-branch failure, bootstrapped with 3.0(052601)
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Fri, 1 Jun 2001 16:20:37 -0400 (EDT)
- cc: gcc at gcc dot gnu dot org
On Fri, 1 Jun 2001, Gordon Sadler wrote:
> /usr/src/cvs/gcc-3.0/libobjc/gc.c:37:16: gc.h: No such file or directory
> /usr/src/cvs/gcc-3.0/libobjc/gc.c:40: parse error before "word"
> ...
> ...
>
> find /usr/src/cvs/gcc-3.0/ -name gc.h
> /usr/src/cvs/gcc-3.0/boehm-gc/gc.h
> /usr/src/cvs/gcc-3.0/boehm-gc/cord/gc.h
> /usr/src/cvs/gcc-3.0/boehm-gc/include/gc.h
>
> So the -I's need to have one of the above directories, of course I have
> no idea which, sorry.
As I understand it, if you configure with --enable-objc-gc you must have
the library installed somewhere. (It probably could use boehm-gc in the
tree, though that directory is only configured for java right now.)
Jeff