[Mingw-w64-public] sezero 4.5.2 1002 note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without

2011-03-25 Thread Jim Michaels
C:\prj\phonelist\pg-phonelist-3.3>rem c:\mingw-w32-bin_i686-mingw_20101002_4.5_sezero\mingw32\bin\g++.exe -Wall -W -O -mwindows -g -static-libgcc -isystem /l ibpq/ -isystem /libpq/server/libpq/ -isystem /prj/fltk/fltk-1.1.10/ -isystem /prj/fltk/fltk-1.1.10/lib/ -isystem /prj/zlib-1.2.5/ -I/

Re: [Mingw-w64-public] Where's make (specifically, x86_64-w64-mingw32-make.exe)?

2011-03-25 Thread Ruben Van Boxem
Well, just some nitpicking maybe, but Unix/linux doesn't come with make either. You'd have to install it from the repositories. There are three options: 1. You use mingw makefiles or want to build Qt or wxwidgets or something not requiring a Bash shell, like anything with a CMake build system. Us

Re: [Mingw-w64-public] mingw-w64 Decimal Floating Point math

2011-03-25 Thread Jim Michaels
I can add this: If you are doing accounting apps or anything dealing with money, or doing comparisons with relops, you want decimal, not fp. otherwise, you have problems adding .01+.01+.01, -0 not being +0 and thus you can't compare or something like that, etc. fp is NOT for comparison ops. dec

Re: [Mingw-w64-public] Where's make (specifically, x86_64-w64-mingw32-make.exe)?

2011-03-25 Thread Jim Michaels
In case you haven't noticed, windows doesn't come with make. I think MSYS has one in such a case. From: Paul Leder To: mingw-w64-public@lists.sourceforge.net Sent: Fri, March 25, 2011 1:16:03 AM Subject: Re: [Mingw-w64-public] Where's make (specifically, x8

Re: [Mingw-w64-public] The various gccs

2011-03-25 Thread NightStrike
On Thu, Mar 24, 2011 at 5:13 PM, Suresh Govindachar wrote: > Hello, > >  [Sending this from a new system;  hope it appears in plain text.] It did. >  On a new Windows 7 64 bit laptop with >  mingw-w64-1.0-bin_i686-mingw_20110318.zip and an old msys >  copied from my XP 32 bit laptop, the command

Re: [Mingw-w64-public] Where's make (specifically, x86_64-w64-mingw32-make.exe)?

2011-03-25 Thread Paul Leder
On 25/03/2011 02:32, Suresh Govindachar wrote: > Hello, > > Inside mingw-w64-1.0-bin_i686-mingw_20110318.zip, I was expecting to find > "x86_64-w64-mingw32-make.exe" but there isn't any such file. What can one > use for make? Use the host system (Linux/whatever) make. You don't need a cross-make