Compile problem - Mailing list pgsql-ports

From Yoda
Subject Compile problem
Date
Msg-id Pine.LNX.4.33.0104171811240.2463-100000@server25.tpe.cef.org.tw
Whole thread Raw
Responses Re: Compile problem
List pgsql-ports
After I download postgresql-7.1.tar.gz and extract it.
Then I run ./configure , but stop at this step

checking types of arguments for accept()... configure: error: could not
determine argument types

my configure parameters are

./configure --enable-multibyte=EUC_TW --with-tcl --with-tclconfig=/usr/lib
 --with-tkconfig=/usr/lib --with-openssl=/usr/include/openssl --with-gnu-ld
 --enable-syslog

My distribution is RedHat 7.0 + CLE 1.0 ( Chinese Language Extension )
Linux kernel version 2.2.19
gmake version 3.79.1
gcc version 2.96
openssl version 0.9.5a

When I modify the parameters to :
./configure --enable-multibyte=EUC_TW

The problem still happen.

Can you tell what's the problem ?
Or what feature should I open in menuconfig of kernel compiling ?
I had choosed almost all TCP/IP features in menuconfig, and reboot .



pgsql-ports by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] Patch for PostgreSQL 7.0.3 to compile on Tru64 UNIX v5.0A with Compaq C T6.4-212 (dtk)
Next
From: Peter Eisentraut
Date:
Subject: Re: Compile problem