now im having this error message when trying to run configure
configure: error: cannot run /bin/sh mk/autoconf/config.sub
so i tried to run it
mk/autoconf/config.sub
bash: mk/autoconf/config.sub: /bin/sh^M: bad interpreter: No such file or directory
hmmm... just about everything in /mk/linux had windoze line endings for some reason...
I've added a perl script that should clean them up, it doesn't work under windows, because I think perl under windows just replaces '\n' with '\r\n' anyway, but it should work under unix. I can't run it on linux to try it now, I'll run it and re-commit tonight. If you wanted to try it before I get to that. do a fresh checkout, goto /mk/linux, do a chmod u+x convert_eols.pl, then run it.
[sorry, can't set unix file permissions either atm...]
Sorry about all this... I still need to get nvidia drivers set up under linux so I can play with glest properly... I'll make it a priority so I can ensure these problems are dealt with in a more timely manner...