This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc-3_0-branch failure, bootstrapped with 3.0(052601)




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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]