http://bugs.winehq.org/show_bug.cgi?id=7886
us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |us@edmeades.me.uk
------- Additional Comments From us@edmeades.me.uk 2007-27-05 15:52 ------- My gut feeling is this:
link shows .... "/LIBPATH:C:\Documents and Settings\picca\Bureau\cppunit-1.10.2\lib" ...
but msvcrt trace shows (Look at the escaped quotes, they moved):
trace:msvcrt:msvcrt_init_args got "link .... /LIBPATH:C:\Documents" and "Settings\picca\Bureau\cppunit-1.10.2\lib ...
This looks wrong. I tried a quick test, and I cannot reproduce this in current git, I always correctly get:
trace:msvcrt:msvcrt_init_args got "test .... "/LIBPATH:C:\Documents and Settings\picca\Bureau\cppunit-1.10.2\lib" ...
Can you try again and see if its still a problem, I am wondering if someone fixed a parms parsing issue (I tried wine command line plus from wine's cmd)