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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #15362: llbeta3: ./configure; in x86_64-w64-mingw32-gcc8.2.0 wrong options "-V" and "-qversion"
Дата
Msg-id 20180903161317.ceakjeaucq6rntga@alvherre.pgsql
обсуждение исходный текст
Ответ на 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>)
Список 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 по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15362: llbeta3: ./configure;in x86_64-w64-mingw32-gcc 8.2.0 wrong options "-V" and "-qversion"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: example of json_to_record(json) not working