Re: 7.3.3 COMPILE FAILURE: pg_dump (fwd)

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: 7.3.3 COMPILE FAILURE: pg_dump (fwd)
Дата
Msg-id 32440000.1055228882@lerlaptop.lerctr.org
обсуждение исходный текст
Ответ на Re: 7.3.3 COMPILE FAILURE: pg_dump (fwd)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: 7.3.3 COMPILE FAILURE: pg_dump (fwd)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

--On Monday, June 09, 2003 23:12:27 -0400 Tom Lane <tgl@sss.pgh.pa.us> 
wrote:

> Larry Rosenman <ler@lerctr.org> writes:
>>> cc -O -g -I../../../src/interfaces/libpq -I../../../src/include
>>> -I/usr/local/include -DBINDIR=\"/usr/local/pgsql/bin\"  -c -o pg_dump.o
>>> pg_dump.c UX:cc: WARNING: debugging and optimization mutually exclusive;
>>> -O disabled UX:acomp: ERROR: "pg_dump.c", line 192: incomplete
>>> struct/union/enum option: long_options
>
> This implies that your system has the getopt_long() subroutine (in one
> library or another) but <getopt.h> either doesn't exist or doesn't
> define "struct option".  This is not particularly hard to believe,
> since getopt_long() might be installed in a nonstandard place and its
> header file too.
>
> CVS tip attempts to support long options with or without a system copy
> of getopt_long(), but I fear that it will still break on platforms like
> yours, because there is no separate configure check to see if we need to
> provide a definition of struct option.
>
> Peter, what can we do to fix that?
for the record, this is a change from 7.3.2 to 7.3.3 that broke here. 
7.3.2 compiled
just fine.   Peter has an account on this box if he wants to look around.

I can also make other people accounts.

LER

>
>             regards, tom lane



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.3.3 COMPILE FAILURE: pg_dump (fwd)
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: host and hostssl equivalence in pg_hba.conf