alex wallis wrote:
I did that by configure you meant the tools/configure command?
that hasn't solved my problem.
Why not run make clean?
I always run make clean before i do any compile. I have tried completely
reinstalling cygwin also with no luck.
In the build directory, there's a file called max_laguage_size.h. What
does it contain? It should look something like this:
#define MAX_LANGUAGE_SIZE 21724
You can also test running this command line in the build directory:
ls -l apps/lang/* | awk '{print $5}' | sort -n | tail -1
It generates the number at the end, and it sounds like the result is
something else.
Magnus