This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Failed to build libobjc/gc.c, can't find gc.h
- From: Jeff Sturm <jsturm at one-point dot com>
- To: =?X-UNKNOWN?Q?Christian_J=F6nsson?= <c dot christian dot joensson at telia dot com>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 3 Feb 2002 08:20:12 -0500 (EST)
- Subject: Re: Failed to build libobjc/gc.c, can't find gc.h
On Sun, 3 Feb 2002, Christian Jönsson wrote:
> ../../../libobjc/gc.c:37:16: gc.h: No such file or directory
Where do you have this file?
> Note the --enable-objc-gc option.
Last I checked, this option requires that you have the collector installed
somewhere (i.e. it did not use the boehm-gc in the tree).
Jeff