[Mono-list] Problem compiling mono on Yellowdog Linux 3.0 (PPC)

Paolo Molaro lupus@ximian.com
Thu, 17 Jul 2003 19:04:48 +0200


On 07/15/03 Kerry Todyruik wrote:
> In file included from inssel.h:18,
>                  from mini.c:42:
> mini-arch.h:9:2: #error add arch specific include file in mini-arch.h

Apparently gcc doesn't define __ppc__ on your machine by default.
Can you try changing mini-arch.h to read:
#elif defined(__ppc__) || defined(__powerpc__)
instead of just
#elif defined(__ppc__)
and report back?

Thanks.
lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better