Re: [HACKERS] 7.3.3 COMPILE FAILURE: pg_dump (fwd)

2003-06-16 Thread Larry Rosenman
I just did an upgrade of Unixware to 7.1.3 up1 with the upgrade pack, to the best of my knowledge. I need to look further at it. --On Monday, June 16, 2003 21:00:44 +0200 Peter Eisentraut <[EMAIL PROTECTED]> wrote: Larry Rosenman writes: > Where did getopt_long() come from and why is there

Re: [HACKERS] 7.3.3 COMPILE FAILURE: pg_dump (fwd)

2003-06-16 Thread Peter Eisentraut
Larry Rosenman writes: > > Where did getopt_long() come from and why is there no header file to go > > along with it? > I haven't had a chance to find this, I'll try tonight. You are welcom to > use > your peter_e account on lerami.lerctr.org if you'd like. I'm more interested to know how you go

Re: [HACKERS] 7.3.3 COMPILE FAILURE: pg_dump (fwd)

2003-06-16 Thread Larry Rosenman
--On Monday, June 16, 2003 16:51:04 +0200 Peter Eisentraut <[EMAIL PROTECTED]> wrote: Where did getopt_long() come from and why is there no header file to go along with it? I haven't had a chance to find this, I'll try tonight. You are welcom to use your peter_e account on lerami.lerctr.org i

Re: [HACKERS] 7.3.3 COMPILE FAILURE: pg_dump (fwd)

2003-06-16 Thread Peter Eisentraut
Where did getopt_long() come from and why is there no header file to go along with it? Larry Rosenman writes: > > --On Saturday, June 07, 2003 10:42:31 -0500 Larry Rosenman <[EMAIL PROTECTED]> > wrote: > > > cc -O -g -I../../../src/interfaces/libpq -I../../../src/include > > -I/usr/local/include

Re: [HACKERS] 7.3.3 COMPILE FAILURE: pg_dump (fwd)

2003-06-10 Thread Larry Rosenman
On Tue, 10 Jun 2003, Tom Lane wrote: > Larry Rosenman <[EMAIL PROTECTED]> writes: > > for the record, this is a change from 7.3.2 to 7.3.3 that broke here. > > [ scratches head... ] I don't see anything in the CVS logs that could > account for that. It might be maintenenace related (7.1.3 UP 1 of

Re: [HACKERS] 7.3.3 COMPILE FAILURE: pg_dump (fwd)

2003-06-10 Thread Tom Lane
Larry Rosenman <[EMAIL PROTECTED]> writes: > for the record, this is a change from 7.3.2 to 7.3.3 that broke here. [ scratches head... ] I don't see anything in the CVS logs that could account for that. regards, tom lane ---(end of broadcast)

Re: [HACKERS] 7.3.3 COMPILE FAILURE: pg_dump (fwd)

2003-06-10 Thread Larry Rosenman
--On Monday, June 09, 2003 23:12:27 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: Larry Rosenman <[EMAIL PROTECTED]> 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 an

Re: [HACKERS] 7.3.3 COMPILE FAILURE: pg_dump (fwd)

2003-06-10 Thread Tom Lane
Larry Rosenman <[EMAIL PROTECTED]> 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_du

Re: [HACKERS] 7.3.3 COMPILE FAILURE: pg_dump (fwd)

2003-06-08 Thread Larry Rosenman
--On Saturday, June 07, 2003 10:42:31 -0500 Larry Rosenman <[EMAIL PROTECTED]> wrote: 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 d