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
> 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
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
>>