Re: [PATCH] [cygwin]: Add cross-compile support to cwrapper

2009-01-27 Thread Peter Rosin
Den 2009-01-24 16:47 skrev Charles Wilson: *snip* This is a revised version of the original patch. The main difference is that rather than one giant func_to_host_path or func_to_host_pathlist function, all of the various host/build combinations have been split into separate functions, and the

Status of the MSYS/MSVC port

2009-01-27 Thread Peter Rosin
Hi! With a bunch of pending patches [1] applied, the status of the pr-msvc-support branch is as follows, when bootstrapped on Cygwin (autoconf 2.63, automake 1.10.1) and configured on MSYS (autoconf 2.61, automake 1.10) in a subdir with: ../configure CC=cl CFLAGS='-MD -Zi' CXX=cl CXXFLAGS='-MD

Re: [PATCH] [cygwin]: Add cross-compile support to cwrapper

2009-01-27 Thread Charles Wilson
Peter Rosin wrote: First off, your patch works like a charm on MSYS/MSVC, and I generally like it. But a couple of questions are open, when did native MinGW ar enter the picture when $build = cygwin and why is there a problem with leakage of paths from the other environment? I thought the

Re: Status of the MSYS/MSVC port

2009-01-27 Thread Charles Wilson
Peter Rosin wrote: On MSYS/MinGW, stresstest.at now passes when Run tests with low max_cmd_len, that fails on git master. On the other hand, cwrapper for uninstalled executables fails at cwrapper.at:78 (both with and without low max_cmd_len). It's the second time through the loop that fails,