Dear all, First of all ! Congrats on the progress made in wine 1.3.16 I can now compile a full C++ project directly from wine. This is truly fantastic ! However wine is a little too verbose for me. I have to redirect the output to a file to get some speedup, but still the output is really huge: $ du -sh log2.dump 328M log2.dump $ tail log2.dump fixme:ole:NdrCorrelationFree (0x33e28c): stub fixme:ole:NdrCorrelationInitialize (0x33e064, 0x33dc64, 1024, 0x0): stub fixme:ole:NdrCorrelationFree (0x33e064): stub fixme:ole:NdrCorrelationInitialize (0x33e284, 0x33de84, 1024, 0x0): stub fixme:ole:NdrCorrelationFree (0x33e284): stub fixme:ole:NdrCorrelationInitialize (0x33e27c, 0x33de7c, 1024, 0x0): stub fixme:ole:NdrCorrelationFree (0x33e27c): stub fixme:ole:NdrCorrelationInitialize (0x33f878, 0x33f478, 1024, 0x0): stub fixme:ole:NdrCorrelationFree (0x33f878): stub fixme:file:NeedCurrentDirectoryForExePathW (L"echo"): partial stub Does anyone knows how to remove this verbosity ? Thanks a bunch -- Mathieu