Re: [HACKERS] configure error in HP-UX 11.00

2003-09-02 Thread Weiping He
Tom Lane wrote: Weiping He <[EMAIL PROTECTED]> writes: I've put the config.log on: http://www.pgsqldb.org/config.log configure:10847: cc -Ae -c +O2 -D_XOPEN_SOURCE_EXTENDED conftest.c >&5 (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored. Get a

Re: [HACKERS] configure error in HP-UX 11.00

2003-09-02 Thread Tom Lane
Weiping He <[EMAIL PROTECTED]> writes: > I've put the config.log on: > http://www.pgsqldb.org/config.log configure:10847: cc -Ae -c +O2 -D_XOPEN_SOURCE_EXTENDED conftest.c >&5 (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored. Get a real compiler :-(

Re: [HACKERS] configure error in HP-UX 11.00

2003-09-02 Thread Weiping He
Tom Lane wrote: Weiping He <[EMAIL PROTECTED]> writes: Check the config.log, it said that the configure script can't find the argument types fo 'accept()'. Could you show us the relevant section of config.log, instead of giving a summary with no details? I'd like to see the compiler er

Re: [HACKERS] configure error in HP-UX 11.00

2003-09-02 Thread Tom Lane
Weiping He <[EMAIL PROTECTED]> writes: > Check the config.log, it said that the configure script can't find the > argument types > fo 'accept()'. Could you show us the relevant section of config.log, instead of giving a summary with no details? I'd like to see the compiler error messages and fai