Package: libobjc-lf2 Version: 2.95.3r88-1 Tags: patch Hi,
It seems that libobjc-lf2 currently does not support amd64 since it doesn't have a compiler-info.h for it. I've attached a patch that should fix it. Kurt
--- config/x86_64/generic/compiler-info.h.old 2005-05-22 16:34:37.462568384 +0200 +++ config/x86_64/generic/compiler-info.h 2005-05-22 16:30:16.000000000 +0200 @@ -0,0 +1,4 @@ +#define BITS_PER_UNIT 8 +#define BITS_PER_WORD 64 +#define PCC_BITFIELD_TYPE_MATTERS 1 +#define STRUCTURE_SIZE_BOUNDARY 8

