[Mingw-w64-public] GCC 4.6 build still acting up

2011-02-24 Thread Ruben Van Boxem
I'm configuring with the same configure args as before (but enabled static for libgomp). I'm doing a "make profiledbootstrap", and at ... > configuring stage profile in ./ld > the build fails with ... > configure:12472: checking how to run the C++ preprocessor > configure:12499: /home/Ruben/mi

Re: [Mingw-w64-public] PostgreSQL builds with MinGW-w64

2011-02-24 Thread kmx
> I recently struggled and failed to build same. Reduced to using an ms > tool chain to build a libpq.dll > > However, I had not found Andrew's patch which is on the pgsql.hackers > list on 28th Jan > > I looks straightforward enough that you should be able to adapt if not > apply directly to the 9

Re: [Mingw-w64-public] missing long double format in printf

2011-02-24 Thread NightStrike
On Tue, Feb 22, 2011 at 3:54 AM, Kai Tietz wrote: > 2011/2/22 Jim Michaels : >> #include >> #include >> int main(void) { >>     int64_t n1=13000LL; >>     int64_t n2=1999888999256LL; >>     double >>     dnum=n1, >>     dden=n2, >>     dpercent=n1; >>     long double >>