by karel <gress@[EMAIL PROTECTED]
>
May 10, 2008 at 11:46 PM
On May 11, 11:13 am, dreamAnders <dream_and...@[EMAIL PROTECTED]
> wrote:
> ucc is an ANSI C Compiler. Its code size is about 15,000 lines.
Tryin to compile this :
#include <stdio.h>
int main()
{
printf("hello world\n");
return 0;
}
gives me this:
[k2@[EMAIL PROTECTED]
ucc]$ ucc t.c
fatal error in /usr/local/lib/ucc/ucl
ucc fatal error
If I remove the include it compiles OK.
Where the ucl searches for <stdio.h> ?
Jaro Gress