Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-17 Thread Doug Semler
On Wed, Jun 16, 2010 at 10:27 AM, Ruben Van Boxem wrote: > 2010/6/16 Ruben Van Boxem >> >> 2010/6/16 JonY >>> >>> On 6/16/2010 18:51, Ruben Van Boxem wrote: > Either way, without more of the config log it's difficult to tell why > it's trying to use a half-msvc toolchain. >

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-16 Thread Ruben Van Boxem
2010/6/16 Ruben Van Boxem > 2010/6/16 JonY > > On 6/16/2010 18:51, Ruben Van Boxem wrote: >> >>> >>> Either way, without more of the config log it's difficult to tell why it's trying to use a half-msvc toolchain. >>> I have attached stderr and stdout logs for >>> configure --host

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-16 Thread JonY
On 6/16/2010 18:51, Ruben Van Boxem wrote: > >> Either way, without more of the config log it's difficult to tell why >> it's trying to use a half-msvc toolchain. >> > > I have attached stderr and stdout logs for > configure --host=x86_64-w64-mingw32 --disable-shared --enable-alloca=no > the confi

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-16 Thread Ruben Van Boxem
2010/6/16 Mook > > Either way, without more of the config log it's difficult to tell why > it's trying to use a half-msvc toolchain. > I have attached stderr and stdout logs for configure --host=x86_64-w64-mingw32 --disable-shared --enable-alloca=no stderr.log Description: Binary data stdout.

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-16 Thread Mook
On 2010-06-15 6:49 AM, Ruben Van Boxem wrote: > > That's exactly why I said MSYS is special... and I don't know what will > break if I try to fix it. I still find it very odd that GMP configure even > knows about the name "link", because no mingw toolchain even has such a > thing. Shouldn't the sc

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread JonY
On 6/16/2010 01:37, Ruben Van Boxem wrote: > 2010/6/15 JonY > >> On 6/15/2010 21:49, Ruben Van Boxem wrote: >> >>> Hmm, I think /mingw/bin or where your mingw-w64 toolchain bindir is should always be before MSYS's bindir, and that "." will certainly cause trouble with GCC's build system.

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread Ruben Van Boxem
2010/6/15 JonY > On 6/15/2010 21:49, Ruben Van Boxem wrote: > >> Hmm, I think /mingw/bin or where your mingw-w64 toolchain bindir is should >>> always be before MSYS's bindir, and that "." will certainly cause trouble >>> with GCC's build system. >>> >>> >> That's exactly why I said MSYS is speci

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread JonY
On 6/15/2010 21:49, Ruben Van Boxem wrote: >> Hmm, I think /mingw/bin or where your mingw-w64 toolchain bindir is should >> always be before MSYS's bindir, and that "." will certainly cause trouble >> with GCC's build system. >> > > That's exactly why I said MSYS is special... and I don't know what

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread Ruben Van Boxem
2010/6/15 JonY > On 6/15/2010 20:30, Ruben Van Boxem wrote: > >> 2010/6/15 JonY >> >> On 6/15/2010 19:31, Ruben Van Boxem wrote: >>> >>> I didn't have such issues cross compiling GMP in Cygwin or Linux. > > Well, MSYS is special :s (see other thread on my link.exe removal

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread JonY
On 6/15/2010 20:30, Ruben Van Boxem wrote: > 2010/6/15 JonY > >> On 6/15/2010 19:31, Ruben Van Boxem wrote: >> >>> I didn't have such issues cross compiling GMP in Cygwin or Linux. >>> >>> >>> Well, MSYS is special :s (see other thread on my link.exe removal). >>> >>> >> MSYS is not special at

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread Ruben Van Boxem
2010/6/15 JonY > On 6/15/2010 19:31, Ruben Van Boxem wrote: > >> I didn't have such issues cross compiling GMP in Cygwin or Linux. >>> >> >> >> Well, MSYS is special :s (see other thread on my link.exe removal). >> >> > MSYS is not special at all to configure scripts. How does your PATH look? I >

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread JonY
On 6/15/2010 19:31, Ruben Van Boxem wrote: >> I didn't have such issues cross compiling GMP in Cygwin or Linux. > > > Well, MSYS is special :s (see other thread on my link.exe removal). > MSYS is not special at all to configure scripts. How does your PATH look? I am very puzzled how this can happ

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread Ruben Van Boxem
2010/6/15 JonY > No, not a typo, its GMP configure trying to be smart. :D > I didn't have such issues cross compiling GMP in Cygwin or Linux. Well, MSYS is special :s (see other thread on my link.exe removal). > Don't you mean --build? > Yeah, pretty sure I mean --target (although --host

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread JonY
On 6/15/2010 18:01, Ruben Van Boxem wrote: > 2010/6/15 Ruben Van Boxem > >> 2010/6/14 Andreas Fabri >> >> >>> Hello, >>> >>> I try to install mingw-64, msys, and gmp 5.0.1 >>> >>> I follow the explanation gven by Ruben Van Boxem>> in the mailing list (I removed the prefix of the .exe files though)

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread Ruben Van Boxem
2010/6/15 Ruben Van Boxem > 2010/6/14 Andreas Fabri > > >> Hello, >> >> I try to install mingw-64, msys, and gmp 5.0.1 >> >> I follow the explanation gven by Ruben Van Boxem > in the mailing list (I removed the prefix of the .exe files though) >> >> >> https://sourceforge.net/mailarchive/forum.

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-15 Thread Ruben Van Boxem
2010/6/14 Andreas Fabri > > Hello, > > I try to install mingw-64, msys, and gmp 5.0.1 > > I follow the explanation gven by Ruben Van Boxem in the mailing list (I removed the prefix of the .exe files though) > > > https://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTilI0Pv5dbWeckloeDy

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-14 Thread JonY
On 6/15/2010 03:28, Andreas Fabri wrote: > > Hello, > > I try to install mingw-64, msys, and gmp 5.0.1 > > I follow the explanation gven by Ruben Van Boxem in the mailing list (I removed the prefix of the .exe files though) > > https://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTilI0Pv

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-14 Thread Andreas Fabri
Hello, I try to install mingw-64, msys, and gmp 5.0.1 I follow the explanation gven by Ruben Van Boxem https://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTilI0Pv5dbWeckloeDyjbOwSUJBEGYwpCwQbpIRq%40mail.gmail.com&forum_name=mingw-w64-public and I get stuck with an error message. An

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-10 Thread Ruben Van Boxem
> > From: Ruben Van Boxem >> Sent: Wednesday, June 09, 2010 1:49 PM >> To: Chris Saunders >> Subject: Re: [Mingw-w64-public] Installing MSYS to use mingw-w64 >> >> >> Now I can say, see the wiki (just wrote that up today:) ) >> >> In your ca

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-10 Thread JonY
On 6/10/2010 01:41, Chris Saunders wrote: > I think that I installed MSYS correctly for my Windows 7 64-bit system. I > downloaded and attempted to run configure on GMP-5.0.1 and got some output > that made me think I have a problem: > > $ ./configure --disable-shared --enable-alloca=no > checking

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-10 Thread NightStrike
On Wed, Jun 9, 2010 at 1:41 PM, Chris Saunders wrote: > I think that I installed MSYS correctly for my Windows 7 64-bit system.  I > downloaded and attempted to run configure on GMP-5.0.1 and got some output > that made me think I have a problem: > > $ ./configure --disable-shared --enable-alloca=

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-09 Thread Chris Saunders
this. I'm wondering if I likely did something wrong or should I expect to see this? Regards Chris Saunders From: Ruben Van Boxem Sent: Wednesday, June 09, 2010 10:28 AM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] Installing MSYS to use mingw-w64 Lets hope this

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-09 Thread Ruben Van Boxem
Lets hope this mail end up in the right thread... You can download a complete MSYS package (with every binary provided by mingw.org) so that you don't have to bother figuring out which of them you need. It's the MSYS-.zip (not the *-src-* one!) package located here

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-08 Thread Kai Tietz
Hello Chris, 2010/6/8 Chris Saunders : > I have been unsuccessful at getting MSYS to work with MinGW-w64.  I also > have had problems getting the latest version of MSYS - there seems to be a > lot of files and I don't know what needs to be downloaded.  Could anyone > assist?  My OS is Windows 7 64

[Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-08 Thread Chris Saunders
I have been unsuccessful at getting MSYS to work with MinGW-w64. I also have had problems getting the latest version of MSYS - there seems to be a lot of files and I don't know what needs to be downloaded. Could anyone assist? My OS is Windows 7 64-bit. Regards Chris Saunders