[BRLTTY] MingW

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Mar 5 05:00:40 EST 2007


Hi,

Lars Bjørndal, le Mon 05 Mar 2007 10:33:41 +0100, a écrit :
> configure:2430: checking for C compiler default output file name
> configure:2433: gcc    conftest.c  >&5
> configure:2436: $? = 0
> configure:2482: result: a.exe
> configure:2487: checking whether the C compiler works
> configure:2493: ./a.exe
> configure:2496: $? = 5
> configure:2505: error: cannot run C compiled programs.

There's a problem here indeed: the simple program
int main() {
	return 0;
}

actually returns 5...  There's a problem with MingW here.

Samuel


More information about the BRLTTY mailing list