This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug boehm-gc/50877] New: link.h not found when I add --enable-objc-gc


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: unassigned@gcc.gnu.org
        ReportedBy: jackiegleason@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


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