Re: BUG #15362: llbeta3: ./configure; in x86_64-w64-mingw32-gcc8.2.0 wrong options "-V" and "-qversion" - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #15362: llbeta3: ./configure; in x86_64-w64-mingw32-gcc8.2.0 wrong options "-V" and "-qversion"
Date
Msg-id 20180903161317.ceakjeaucq6rntga@alvherre.pgsql
Whole thread Raw
In response to BUG #15362: llbeta3: ./configure;in x86_64-w64-mingw32-gcc 8.2.0 wrong options "-V" and "-qversion"  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
On 2018-Sep-03, PG Bug reporting form wrote:

> AnonymousUser@ANONYMOUST MINGW64 /w/R-3.5._/postgres/build
> /w/R-3.5._/postgres/configure --host=x86_64-w64-mingw32 --prefix=$PWD
> --enable-debug --disable-rpath --enable-depend --without-zlib   
> 
> Using
> tail -f config.log
> vim config.log
> I am seeing these results

This is normal.  'configure' tests all known compiler switches that
report a version number, for all possible compilers.  If your compiler
fail some of those tests, that's expected, as long as there is *some*
switch that works.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15362: llbeta3: ./configure;in x86_64-w64-mingw32-gcc 8.2.0 wrong options "-V" and "-qversion"
Next
From: Tom Lane
Date:
Subject: Re: example of json_to_record(json) not working