Re: BUG??, fault in POSTMASTER when using GMAKE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "DECC" <info(at)decc(dot)nl>
Cc: pgsql-bugs(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: BUG??, fault in POSTMASTER when using GMAKE
Date: 2001-04-19 15:08:38
Message-ID: 20910.987692918@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"DECC" <info(at)decc(dot)nl> writes:
> gcc2 -O2 -pipe -m486 -Wall -Wmissing-prototypes -Wmissing-declarations -I..=
> /../.
> ./src/include -c postmaster.c -o postmaster.o
> postmaster.c: In function `PostmasterMain':
> postmaster.c:406: `optreset' undeclared (first use this function)

Hm. It looks like configure is testing whether it can link
extern int optreset; optreset = 1;
but then postmaster.c tries to get away without the extern. One or
the other of these things needs to change. Peter, you got an opinion
about it?

BTW, info(at)decc(dot)nl, what platform are you using?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2001-04-19 16:10:21 Re: BUG??, fault in POSTMASTER when using GMAKE
Previous Message Thomas Lockhart 2001-04-19 13:20:43 Re: position('' in '') returns 1 instead of 0