"Dimitrie O. Paun" dpaun@rogers.com writes:
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).
make is using $CC the same way, so I don't think that's an issue. If $CC has embedded spaces they will need to be escaped in the makefile, and winegcc can then deal with the escapes the same way the shell does.