On March 7, 2004 2:35 am, Rein Klazes wrote:
So it seems something in configure/winebuild/winegcc doesn't like spaces in the $CC value.
That's correct, winegcc expects $CC to be a program without arguments. I don't think we can easily change that (well, we could but in that case we wouldn't be able to support $CC with embedded spaces, which is not good).