Elbert Pol wrote: > #define _X86_ 1 > #define __32BIT__ 1 > #define __EMX__ 1 > #define __INNOTEK_LIBC__ 0x006 > #define __KLIBC__ 0 > #define __KLIBC_MINOR__ 6 > #define __KLIBC_PATCHLEVEL__ 2 > #define __KLIBC_VERSION__ 0x00060002 > #define __OS2__ 1 > #define __i386 1 > #define __i386__ 1
Thank you. This defines __KLIBC__ and __INNOTEK_LIBC__ as unique indicators, but also __EMX__. Since the stdio part of this mixed-up libc is the same as the one from emx, we can leave the conditional for __EMX__ as it is. The m4 snapshot that Eric made for you should be usable on your system. Bruno