This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Libobjc and libffi on Darwin
- From: Bill Northcott <w dot northcott at unsw dot edu dot au>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 12 Aug 2004 13:35:23 +1000
- Subject: Libobjc and libffi on Darwin
I built gcc-3.5 on MacOS X using source from the cvs with tag
apple-ppc-gcc-1771 (merged from lno 20040718) and the patches which
Andrew has proposed to enable libobjc. This seems to work fine so far.
I managed to compile a working set of Swarm libraries with it,
although I am not yet using the GNU runtime.
I tried to enable libffi by moving it from the gcj only section in the
configure script. It all got built OK using Apple's build script but
ffi.h never got installed. ffitarget.h was installed in the compiler
includes directory. Any suggestions where this should be fixed?
Bill Northcott