Re: [PATCH] [cygwin|mingw]: Add cross-compile support to cwrapper (take 6)

2010-08-24 Thread Charles Wilson
On 7/18/2010 9:07 PM, Charles Wilson wrote: > cygwin->mingw cross (faked) > cygwin->mingw cross (lie) to follow in a later message. > linux->mingw cross > == > linux->mingw (old tests): 2 of 100 FAIL, 6 SKIP > FAIL: tests/demo-hardcode.test > FAIL: tests/depdemo-relink.test >

[PATCH] [cygwin|mingw]: Add cross-compile support to cwrapper (take 6)

2010-08-24 Thread Charles Wilson
* libltdl/m4/libtool.m4 (_LT_PATH_CONVERSION_FUNCTIONS): New function sets libtool variable $to_host_path_cmd, and employs cache. AC_SUBSTs $to_host_path_cmd, as well. (_LT_SETUP): Require it. * tests/testsuite.at: Ensure to_host_path_cmd is passed as a variable setting on the configure line for (n

Re: [PATCH] [cygwin|mingw]: Add cross-compile support to cwrapper (take 6)

2010-08-24 Thread Charles Wilson
On 7/18/2010 9:07 PM, Charles Wilson wrote: > stuff Sorry about the date. Blame 'git format-patch'. -- Chuck

Re: [PATCH] Fix syntax for cygwin-cross

2010-08-24 Thread Charles Wilson
On 8/23/2010 1:34 AM, Ralf Wildenhues wrote: * Charles Wilson wrote on Mon, Aug 23, 2010 at 07:18:18AM CEST: libltdl/m4/argz.m4: Add quotes around variable, which may contain the multiword value 'guessing no'. OK, thanks! Oops. Forgot to say: "pushed". This should probably also go upstrea

Re: [PATCH] Allow the use of a listing file if the archiver supports it.

2010-08-24 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Tue, Aug 24, 2010 at 11:48:50AM CEST: > Hmmm, your cross-post on bug-libtool@ and gcc@ made me look > one more time at this, and I realized that I have previously > completely misunderstood the failure. There isn't any piecewise > linking ($CC -r -o) going on in th

Re: [PATCH] Allow the use of a listing file if the archiver supports it.

2010-08-24 Thread Peter Rosin
Den 2010-08-13 13:17 skrev Peter Rosin: > Den 2010-08-12 19:49 skrev Ralf Wildenhues: >> Hi Peter, >> >> * Peter Rosin wrote on Thu, Aug 12, 2010 at 03:28:57PM CEST: >>> This is a patch that makes use of @FILE support in the >>> archiver, if the archiver supports it. That makes linking >>> succeed