Hi, Configure fails on the "Determining some sizes" stage. This is because the test.c that is generated contains the following:-
printf("\thugeintvalsize => %d,\n", sizeof(long long)); Putting long long is illegal in cl. It appears to me that hugeintvalsize is looked for by some later code in sizes.pl, which wraps all this up in an eval { ... } block. My best guess is that we should not check this in test.c, and I've attached a patch that removes this. I'm not sure this is the Right Thing to do, but it allows Configure to succeed. Jonathan
test_c.in.diff
Description: Binary data