Re: Updated: mingw-runtime-3.18-3

2011-06-04 Thread Charles Wilson
On 6/4/2011 2:22 PM, René Berber wrote: > On 6/4/2011 12:49 PM, Jim Reisert AD1C wrote: >> René Berber suggested: >> >>> Use i686-pc-mingw32-gcc instead. >> >> That worked, thanks. That's not 100% correct, though, the command is >> (or seems to be): >> >> i686-w64-mingw32-gcc No, the mingw-gcc(

Re: Updated: mingw-runtime-3.18-3

2011-06-04 Thread René Berber
On 6/4/2011 12:49 PM, Jim Reisert AD1C wrote: > René Berber suggested: > >> Use i686-pc-mingw32-gcc instead. > > That worked, thanks. That's not 100% correct, though, the command is > (or seems to be): > > i686-w64-mingw32-gcc One is for 32-bit the other for 64-bit, but the 64-bit is suppos

Re: Updated: mingw-runtime-3.18-3

2011-06-04 Thread Jim Reisert AD1C
On Fri, Jun 3, 2011 at 3:38 PM, I asked: > What is the easiest way to transition from the gcc3 environment? > >   gcc -mno-cygwin ... > > to the equivalent compile using gcc4 (I can hand off a .exe file w/o > cygwin1.dll)? René Berber suggested: > Use i686-pc-mingw32-gcc instead. That worked, t

Re: Updated: mingw-runtime-3.18-3

2011-06-03 Thread JonY
On 6/4/2011 06:10, René Berber wrote: > On 6/3/2011 4:38 PM, Jim Reisert AD1C wrote: >> What is the easiest way to transition from the gcc3 environment? >> >>gcc -mno-cygwin ... >> >> to the equivalent compile using gcc4 (I can hand off a .exe file w/o >> cygwin1.dll)? > > Use i686-pc-mingw32-

Re: Updated: mingw-runtime-3.18-3

2011-06-03 Thread René Berber
On 6/3/2011 4:38 PM, Jim Reisert AD1C wrote: > What is the easiest way to transition from the gcc3 environment? > >gcc -mno-cygwin ... > > to the equivalent compile using gcc4 (I can hand off a .exe file w/o > cygwin1.dll)? Use i686-pc-mingw32-gcc instead. -- René Berber -- Problem repor

Re: Updated: mingw-runtime-3.18-3

2011-06-03 Thread Jim Reisert AD1C
What is the easiest way to transition from the gcc3 environment? gcc -mno-cygwin ... to the equivalent compile using gcc4 (I can hand off a .exe file w/o cygwin1.dll)? Thanks - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: mingw-runtime-3.18-3

2011-06-01 Thread Charles Wilson
The mingw-runtime package provides public domain implementations of header files, import libraries, and other support for the MSVCRT C Runtime Library. It also provides several extension libraries that (optionally) override certain MSVCRT functions for better standards compliance. These headers an