From: Christoph on
When I run
mcc -v -m myfile
on my Vista system I get:
??? Error executing mcc, return status = 1.
without any additional explanation. Is there any way to get more information about the potential source of the problem? Fact is that the same file used to compile just fine recently. All I did was to make a few minor changes and now I cannot compile anymore at all. The file is about 3500 lines long and calls a number of auxilliary files as well. Could the length be a problem? I a using Lcc as the compiler.

Thank you very much for any help.