http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50877
Bug #: 50877 Summary: link.h not found when I add --enable-objc-gc Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: boehm-gc AssignedTo: unassig...@gcc.gnu.org ReportedBy: jackieglea...@gmail.com I am compiling the Android Toolchain, when I add the flag --enable-objc-gc to my gcc configure I get an error. I can confirm that I tried it without this and it works just fine but the objective C compiler does not get installed. Seems to be an issue with the GC. I am compiling for ARM using Ubuntu x64 so maybe that has something to do with it. /home/jackie/Development/Code/AndroidGCC/build/../gcc/gcc-4.6.1/boehm-gc/dyn_load.c:96:21: fatal error: link.h: No such file or directory