mingw32 subtle build failure

2006-05-31 Thread FX Coudert
Hi all, hi mingw32 maintainers, I'm experiencing a strange bug building mainline as a native compiler on i386-pc-mingw32 (with MSYS). It builds fine with the following configure line: ../gcc/configure --prefix=/mingw --with-gmp=/home/coudert/local -- disable-nls --with-ld=/mingw/bin/ld -

Re: mingw32 subtle build failure

2006-05-31 Thread FX Coudert
And I forgot to ask: who the heck is supposed to set USE_MINGW_MSYS? (grep is soo sloow on my win32 machine) FX

Re: mingw32 subtle build failure

2006-05-31 Thread Ross Ridge
FX Coudert wrote: > -B/mingw/i386-pc-mingw32/bin/ This looks wrong, it should be "/mingw/mingw32/bin". Putting a copy of as and ld in "/mingw/i386-pc-mingw32/bin" might work around your problem. Ross Ridge

Re: mingw32 subtle build failure

2006-05-31 Thread Dave Murphy
FX Coudert wrote: Hi all, hi mingw32 maintainers, I'm experiencing a strange bug building mainline as a native compiler on i386-pc-mingw32 (with MSYS). It builds fine with the following configure line: ../gcc/configure --prefix=/mingw --with-gmp=/home/coudert/local --disable-nls --with-ld

Re: mingw32 subtle build failure

2006-05-31 Thread FX Coudert
xgcc.exe: CreateProcess: No such file or directory^M This looks to me like a side effect of some file somewhere being generated with DOS line endings. Sorry I didn't remove that ^M when posting. It's purely an effect of the way I copied my config.log file over the network before posting it

Re: mingw32 subtle build failure

2006-05-31 Thread Christopher Faylor
On Wed, May 31, 2006 at 11:37:51PM +0200, FX Coudert wrote: >And I forgot to ask: who the heck is supposed to set USE_MINGW_MSYS? >(grep is soo sloow on my win32 machine) For the record, I don't do Msys. Please don't cc me about msys problems. cgf

Re: mingw32 subtle build failure

2006-05-31 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor wrote: > On Wed, May 31, 2006 at 11:37:51PM +0200, FX Coudert wrote: >> And I forgot to ask: who the heck is supposed to set USE_MINGW_MSYS? >> (grep is soo sloow on my win32 machine) > > For the record, I don't do Msys.

Re: mingw32 subtle build failure

2006-06-01 Thread Christopher Faylor
On Thu, Jun 01, 2006 at 11:58:31AM +0530, Ranjit Mathew wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Christopher Faylor wrote: >> On Wed, May 31, 2006 at 11:37:51PM +0200, FX Coudert wrote: >>> And I forgot to ask: who the heck is supposed to set USE_MINGW_MSYS? >>> (grep is soo